Files
Demetrio Cassarino 88502249dd -pulizia codice
-aggiunto gestione colore su script
2025-02-27 17:09:31 +01:00

21 lines
968 B
XML

<StackPanel x:Class="ProjManagerV"
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"
xmlns:EgtStone3D="clr-namespace:EgtStone3D"
Style="{StaticResource SceneButtonH_StackPanel}">
<EgtStone3D:ProjManagerButtonV DataContext="{StaticResource ProjManagerVM}"/>
<RadioButton Content="{Binding HomeTab_Msg}"
Command="{Binding HomeCmd}"
Style="{StaticResource Home_ToggleButton}"/>
<RadioButton Content="{Binding Parametrico_Msg}"
Command="{Binding ParametricoCmd}"
Style="{StaticResource Parametrico_ToggleButton}"/>
<RadioButton Content="{Binding Office_Msg}"
Command="{Binding OfficeCmd}"
Style="{StaticResource Office_ToggleButton}"/>
</StackPanel>