0a4a7c4efa
-cambiato pulsante anteprima utensile con checkbox
16 lines
920 B
XML
16 lines
920 B
XML
<UserControl x:Class="DrawOptionPanelV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="250"
|
|
xmlns:EgtFloating="clr-namespace:EgtWPFLib5.EgtFloating;assembly=EgtWPFLib5">
|
|
|
|
<StackPanel Name="ciao" Background="Transparent" Margin="0,0,3.5001,0" MaxHeight="{Binding MaxHeight,RelativeSource={RelativeSource AncestorType={x:Type EgtFloating:EgtFloatingPanel}}}">
|
|
<!--ContentPresenter that contains the ManageLayerExpander-->
|
|
<ContentPresenter Content="{Binding ManageLayerExpander,Mode=OneWay}"/>
|
|
<!--ContentPresenter that contains the InfoExpander-->
|
|
<ContentPresenter Content="{Binding InfoExpander}"/>
|
|
<!--ContentPresenter that contains the InputExpander-->
|
|
<ContentPresenter Content="{Binding InputExpander}"/>
|
|
</StackPanel>
|
|
|
|
</UserControl>
|