14 lines
521 B
XML
14 lines
521 B
XML
<WrapPanel x:Class="GridPaneV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:EgtStone3D="clr-namespace:EgtStone3D"
|
|
Style="{StaticResource GridPanel_WrapPanel}">
|
|
|
|
<EgtStone3D:GridViewPanelV DataContext="{StaticResource GridPanelVM}"/>
|
|
|
|
<Separator Style="{StaticResource TopPanel_Separator}"/>
|
|
|
|
<EgtStone3D:GridDimensionPanelV DataContext="{StaticResource GridPanelVM}"/>
|
|
|
|
</WrapPanel>
|