6233d89e0f
- primo rilascio.
15 lines
636 B
XML
15 lines
636 B
XML
<UserControl x:Class="DrawOptionPanelView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<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>
|