13 lines
491 B
XML
13 lines
491 B
XML
<DockPanel x:Class="PrintPanelV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:EgtFloating="clr-namespace:EgtWPFLib5.EgtFloating;assembly=EgtWPFLib5">
|
|
|
|
<Button ToolTip="{Binding PrintToolTip}"
|
|
Style="{StaticResource ToolBar_Button}"
|
|
Command="{Binding PrintCommand}">
|
|
<Image Source="/Resources/InstrumentPanel/Print.png" Stretch="Uniform"/>
|
|
</Button>
|
|
|
|
</DockPanel>
|