970a11c758
- aggiornamento grafico StatusBar, SliceManager, ecc...
13 lines
486 B
XML
13 lines
486 B
XML
<Grid x:Class="MachinePanelV"
|
|
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"
|
|
IsEnabled="{Binding MachPanel_IsEnabled}">
|
|
|
|
<TextBlock Text="{Binding SelectedMachine.Name}"
|
|
FontSize="18"
|
|
HorizontalAlignment="Center"
|
|
Style="{StaticResource BaseTextBlock}"/>
|
|
|
|
</Grid>
|