DrawerBaseStyle.xaml 457 B

12345678910
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:hc="clr-namespace:HandyControl.Controls">
  4. <Style x:Key="DrawerBaseStyle" TargetType="hc:Drawer">
  5. <Setter Property="Dock" Value="Right"/>
  6. <Setter Property="MaskBrush" Value="{DynamicResource DarkOpacityBrush}"/>
  7. </Style>
  8. </ResourceDictionary>