f325ea4bdf
- Agiunti pannelli, StatusBar e scena generici per uso comune. - Miglioramenti vari.
15 lines
752 B
XML
15 lines
752 B
XML
<EgtFloating:EgtFloatingPanel x:Class="InstrumentPanelV"
|
|
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"
|
|
IsTopDockable="True" IsBottomDockable="False" IsLeftDockable="False"
|
|
IsRightDockable="False" Style="{StaticResource ToolBar_EgtFloatingPanel}">
|
|
|
|
<ToggleButton ToolTip="{Binding GetDistToolTip}"
|
|
Style="{StaticResource ToolBar_ToggleButton}"
|
|
IsChecked="{Binding GetDistIsChecked}">
|
|
<Image Source="/Resources/InstrumentPanel/GetDist.png" Stretch="Uniform"/>
|
|
</ToggleButton>
|
|
|
|
</EgtFloating:EgtFloatingPanel>
|