Files
egtbeamwall/EgtBEAMWALL.ViewerOptimizer/ViewPage/ViewPageV.xaml
T
Samuele E. Locatelli f812ff66c2 initial commit
2021-03-04 19:48:48 +01:00

21 lines
1.0 KiB
XML

<EgtFloating:EgtFloatingManager x:Class="ViewPageV"
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:EgtWPFLib5="clr-namespace:EgtWPFLib5;assembly=EgtWPFLib5"
xmlns:EgtBEAMEditor="clr-namespace:EgtBEAMEditor">
<EgtFloating:EgtFloatingTray x:Name="TOPTRAY" DockPanel.Dock="Top">
<EgtBEAMEditor:ProjectManagerV DataContext="{StaticResource ProjectManagerVM}"/>
</EgtFloating:EgtFloatingTray>
<UniformGrid DockPanel.Dock="Left"
Width="300"
Columns="1">
<EgtBEAMEditor:PartListV/>
<EgtBEAMEditor:FeatureListV/>
</UniformGrid>
<EgtBEAMEditor:ParameterListV DockPanel.Dock="Bottom"/>
<EgtBEAMEditor:SceneHostV/>
</EgtFloating:EgtFloatingManager>