|
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Syncfusion.SfDiagram.Wpf;component/Resources/BindingStyle.xaml" /> </ResourceDictionary.MergedDictionaries> |
|
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Syncfusion.SfDiagram.Wpf;component/Resources/BindingStyle.xaml" /> </ResourceDictionary.MergedDictionaries>
//to apply custom style for Node,NodeViewModel,Connector,ConnectorViewModel
<Style TargetType="syncfusion:Node" BasedOn="{StaticResource NodeBindingStyle}">
</Style> <Style TargetType="syncfusion:Connector" BasedOn="{StaticResource ConnectorBindingStyle}">
</Style> |