DiagramView.xaml 593 B

123456789101112131415
  1. <ResourceDictionary
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:d="clr-namespace:SHJX.Service.WorkFlowEdit">
  5. <ResourceDictionary.MergedDictionaries>
  6. <ResourceDictionary Source="/SHJX.Service.WorkFlowEdit;component/Themes/Shared.xaml" />
  7. </ResourceDictionary.MergedDictionaries>
  8. <Style TargetType="{x:Type d:DiagramView}">
  9. <Setter Property="SnapsToDevicePixels" Value="True" />
  10. <Setter Property="Background" Value="White" />
  11. </Style>
  12. </ResourceDictionary>