Commit 5abf5683 by wangonghui
parents 370ee2d5 bf608032
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
<Setter Property="CaptionImage" Value="{Binding Path=Icon}"></Setter> <Setter Property="CaptionImage" Value="{Binding Path=Icon}"></Setter>
<Setter Property="ShowCaptionImage" Value="True"></Setter> <Setter Property="ShowCaptionImage" Value="True"></Setter>
<Setter Property="CaptionWidth" Value="16"></Setter> <Setter Property="CaptionWidth" Value="16"></Setter>
<Setter Property="ShowBorder" Value="False"></Setter>
<Setter Property="Closed" Value="{Binding Path=IsClosed,Mode=TwoWay}"></Setter> <Setter Property="Closed" Value="{Binding Path=IsClosed,Mode=TwoWay}"></Setter>
<Setter Property="CaptionImageStyle"> <Setter Property="CaptionImageStyle">
<Setter.Value> <Setter.Value>
...@@ -60,6 +61,7 @@ ...@@ -60,6 +61,7 @@
<Setter Property="CaptionImage" Value="{Binding Path=Icon}"></Setter> <Setter Property="CaptionImage" Value="{Binding Path=Icon}"></Setter>
<Setter Property="ShowCaptionImage" Value="True"></Setter> <Setter Property="ShowCaptionImage" Value="True"></Setter>
<Setter Property="CaptionWidth" Value="24"></Setter> <Setter Property="CaptionWidth" Value="24"></Setter>
<Setter Property="ShowBorder" Value="False"></Setter>
<Setter Property="Closed" Value="{Binding Path=IsClosed,Mode=TwoWay}"></Setter> <Setter Property="Closed" Value="{Binding Path=IsClosed,Mode=TwoWay}"></Setter>
<Setter Property="CaptionImageStyle"> <Setter Property="CaptionImageStyle">
<Setter.Value> <Setter.Value>
...@@ -78,7 +80,7 @@ ...@@ -78,7 +80,7 @@
</dxmvvm:Interaction.Behaviors> </dxmvvm:Interaction.Behaviors>
<dxdo:DockLayoutManager x:Name="dockLayoutManager" FloatingMode="Desktop" EnableWin32Compatibility="True" <dxdo:DockLayoutManager x:Name="dockLayoutManager" FloatingMode="Desktop" EnableWin32Compatibility="True"
ViewStyle="Light" ViewStyle="Default" Background="Black"
AutoHideExpandMode="MouseDown"> AutoHideExpandMode="MouseDown">
<dxdo:LayoutGroup ItemsSource="{Binding ItemsSource}"></dxdo:LayoutGroup> <dxdo:LayoutGroup ItemsSource="{Binding ItemsSource}"></dxdo:LayoutGroup>
</dxdo:DockLayoutManager> </dxdo:DockLayoutManager>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment