Files
EgtCAM5/ProjectPage/OptionPanel/DrawOptionPanel/DrawOptionPanelView.xaml
T
Emmanuele Sassi a10b8d2ec6 EgtCAM5 :
- Migliorie varie.
2016-07-09 13:00:40 +00:00

15 lines
648 B
XML

<UserControl x:Class="DrawOptionPanelView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="200">
<StackPanel Background="DarkGray">
<!--ContentPresenter that contains the ManageLayerExpander-->
<ContentPresenter Content="{Binding ManageLayerExpander}"/>
<!--ContentPresenter that contains the InfoExpander-->
<ContentPresenter Content="{Binding InfoExpander}"/>
<!--ContentPresenter that contains the InputExpander-->
<ContentPresenter Content="{Binding InputExpander}"/>
</StackPanel>
</UserControl>