├── .github
└── workflows
│ └── gitleaks.yaml
├── .gitignore
├── README.md
└── Samples
├── Animation
├── Animation
│ └── Animation
│ │ ├── Animation_462.csproj
│ │ ├── Animation_462.sln
│ │ ├── Animation_60.csproj
│ │ ├── Animation_60.sln
│ │ ├── Animation_80.csproj
│ │ ├── Animation_80.sln
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
└── README.md
├── Annotations
├── AnnotationSelection
│ ├── AnnotationSelection
│ │ ├── AnnotationSelection_462.csproj
│ │ ├── AnnotationSelection_462.sln
│ │ ├── AnnotationSelection_60.csproj
│ │ ├── AnnotationSelection_60.sln
│ │ ├── AnnotationSelection_80.csproj
│ │ ├── AnnotationSelection_80.sln
│ │ ├── AnnotationSelection_90.csproj
│ │ ├── AnnotationSelection_90.sln
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── AnnotationVisibilityUWP
│ ├── AnnotationVisibility
│ │ └── AnnotationVisibility
│ │ │ ├── Annotation.cs
│ │ │ ├── AnnotationVisibility.csproj
│ │ │ ├── AnnotationVisibility.sln
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── Assets
│ │ │ ├── LockScreenLogo.scale-200.png
│ │ │ ├── SplashScreen.scale-200.png
│ │ │ ├── Square150x150Logo.scale-200.png
│ │ │ ├── Square44x44Logo.scale-200.png
│ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png
│ │ │ ├── StoreLogo.png
│ │ │ └── Wide310x150Logo.scale-200.png
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cs
│ │ │ ├── Package.appxmanifest
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── Default.rd.xml
│ └── README.md
├── AnnotationVisibilityWPF
│ ├── AnnotationVisibility
│ │ ├── AnnotationVisibility_462.csproj
│ │ ├── AnnotationVisibility_462.sln
│ │ ├── AnnotationVisibility_60.csproj
│ │ ├── AnnotationVisibility_60.sln
│ │ ├── AnnotationVisibility_80.csproj
│ │ ├── AnnotationVisibility_80.sln
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── Annotations
│ ├── Annotations_462.csproj
│ ├── Annotations_462.sln
│ ├── Annotations_60.csproj
│ ├── Annotations_60.sln
│ ├── Annotations_80.csproj
│ ├── Annotations_80.sln
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Images
│ │ ├── AboveCenter.png
│ │ ├── BelowCenter.png
│ │ ├── BottomLeft.png
│ │ ├── BottomRight.png
│ │ ├── Center.png
│ │ ├── CenterText.png
│ │ ├── Italic.png
│ │ ├── LeftText.png
│ │ ├── MarginText.png
│ │ ├── RightText.png
│ │ ├── SourceText.png
│ │ ├── Strike.png
│ │ ├── TargetText.png
│ │ ├── Underline16.png
│ │ └── bold.png
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Utility
│ │ └── Command.cs
│ └── ViewModel
│ │ └── TextAnnotations.cs
├── ExitAnnotationEditingOnEnterKeyPressed
│ ├── ExitAnnotationEditingOnEnterKeyPressed
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── ExitAnnotationEditingOnEnterKeyPressed_462.csproj
│ │ ├── ExitAnnotationEditingOnEnterKeyPressed_462.sln
│ │ ├── ExitAnnotationEditingOnEnterKeyPressed_60.csproj
│ │ ├── ExitAnnotationEditingOnEnterKeyPressed_60.sln
│ │ ├── ExitAnnotationEditingOnEnterKeyPressed_80.csproj
│ │ ├── ExitAnnotationEditingOnEnterKeyPressed_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── HighlightNodeAndAnnotation
│ ├── HighlightNodeAndAnnotation
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── HighlightNodeAndAnnotation_462.csproj
│ │ ├── HighlightNodeAndAnnotation_462.sln
│ │ ├── HighlightNodeAndAnnotation_60.csproj
│ │ ├── HighlightNodeAndAnnotation_60.sln
│ │ ├── HighlightNodeAndAnnotation_80.csproj
│ │ ├── HighlightNodeAndAnnotation_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── MultipleAnnotation
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── MultipleAnnotation_462.csproj
│ ├── MultipleAnnotation_462.sln
│ ├── MultipleAnnotation_60.csproj
│ ├── MultipleAnnotation_60.sln
│ ├── MultipleAnnotation_80.csproj
│ ├── MultipleAnnotation_80.sln
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ViewModel
│ │ └── MultipleAnnotationVM.cs
│ └── packages.config
└── README.md
├── Automatic Layout
├── Custom DataSource
│ ├── CustomDataSource
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CustomDataSource_462.csproj
│ │ ├── CustomDataSource_462.sln
│ │ ├── CustomDataSource_60.csproj
│ │ ├── CustomDataSource_60.sln
│ │ ├── CustomDataSource_80.csproj
│ │ ├── CustomDataSource_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Model
│ │ │ └── ItemInfo.cs
│ │ ├── NodeCreate.xaml
│ │ ├── NodeCreate.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── Custom Layout
│ └── wpf-diagram-custom-layout-master
│ │ ├── README.md
│ │ └── SfDiagramWithMSAGL
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Graph
│ │ ├── Abstract.msagl.geom.Graph
│ │ ├── B466.msagl.geom.Graph
│ │ ├── Baseball.msagl.geom.Graph
│ │ ├── Bug1.msagl.geom.Graph
│ │ ├── Channel.msagl.geom.Graph
│ │ ├── Complex.msagl.geom.Graph
│ │ ├── ComplexK20.msagl.geom.Graph
│ │ ├── Graph0.msagl.geom.Graph
│ │ ├── Graph1.Graph
│ │ ├── Graph10_25.msagl.geom.Graph
│ │ ├── Graph2.Graph
│ │ ├── Graph3.Graph
│ │ ├── Graph4.Graph
│ │ ├── Graph5.Graph
│ │ ├── Graph6.Graph
│ │ ├── GraphModelGrouped.msagl.geom.Graph
│ │ ├── GraphWithBug.msagl.geom.Graph
│ │ ├── GraphWithGroups.msagl.geom.Graph
│ │ ├── LargeForm1.msagl.geom.Graph
│ │ ├── Large_1138bus.msagl.geom.Graph
│ │ ├── LayoutOfADisconnectedGraphWithSugiyama.msagl.geom.Graph
│ │ ├── MDS1.graphml.Graph
│ │ ├── MDS2.graphml.Graph
│ │ ├── MDS3.graphml.Graph
│ │ ├── MDS4.graphml.Graph
│ │ ├── MDS5.graphml.Graph
│ │ ├── Nodes50.msagl.geom.Graph
│ │ ├── Prob0.msagl.geom.Graph
│ │ ├── RoutingRegressionBug20110127.msagl.geom.Graph
│ │ ├── SimpleOverlappedObstacle.msagl.geom.Graph
│ │ ├── Test.Graph
│ │ ├── Tree1.graphml.Graph
│ │ ├── Tree2.graphml.Graph
│ │ └── Tree3.graphml.Graph
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SfDiagramWithMSAGL_462.csproj
│ │ ├── SfDiagramWithMSAGL_462.sln
│ │ ├── SfDiagramWithMSAGL_60.csproj
│ │ ├── SfDiagramWithMSAGL_60.sln
│ │ ├── SfDiagramWithMSAGL_80.csproj
│ │ ├── SfDiagramWithMSAGL_80.sln
│ │ ├── Utility
│ │ ├── DelegateCommand.cs
│ │ ├── GraphFile.cs
│ │ └── MSAGLLayout.cs
│ │ ├── View
│ │ ├── DiagramView.xaml
│ │ └── DiagramView.xaml.cs
│ │ ├── ViewModel
│ │ └── DiagramVM.cs
│ │ └── packages.config
├── DataSource-as-NodeViewModel
│ ├── HierarchicalTree
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── HierarchicalTree_462.csproj
│ │ ├── HierarchicalTree_462.sln
│ │ ├── HierarchicalTree_60.csproj
│ │ ├── HierarchicalTree_60.sln
│ │ ├── HierarchicalTree_80.csproj
│ │ ├── HierarchicalTree_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Model
│ │ │ └── Employee.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── Expand Collapse in MultiParent Layout
│ ├── Expand Collapse in MultiParent Layout
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── DiagramVM.cs
│ │ ├── Expand Collapse in MultiParent Layout_462.csproj
│ │ ├── Expand Collapse in MultiParent Layout_462.sln
│ │ ├── Expand Collapse in MultiParent Layout_60.csproj
│ │ ├── Expand Collapse in MultiParent Layout_60.sln
│ │ ├── Expand Collapse in MultiParent Layout_80.csproj
│ │ ├── Expand Collapse in MultiParent Layout_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Flowchart Layout
│ ├── Flowchart Layout
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Flowchart Layout_462.csproj
│ │ ├── Flowchart Layout_462.sln
│ │ ├── Flowchart Layout_60.csproj
│ │ ├── Flowchart Layout_60.sln
│ │ ├── Flowchart Layout_80.csproj
│ │ ├── Flowchart Layout_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Model
│ │ │ └── ItemInfo.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── Flowchart.cs
│ │ └── packages.config
│ └── README.md
├── Hierarchical Tree
│ ├── Hierarchical Tree
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Hierarchical Tree_462.csproj
│ │ ├── Hierarchical Tree_462.sln
│ │ ├── Hierarchical Tree_60.csproj
│ │ ├── Hierarchical Tree_60.sln
│ │ ├── Hierarchical Tree_80.csproj
│ │ ├── Hierarchical Tree_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Model
│ │ │ └── Employee.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── LayoutWithOutDataSource
│ ├── LayoutWithoutDataSource
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── LayoutWithoutDataSource_462.csproj
│ │ ├── LayoutWithoutDataSource_462.sln
│ │ ├── LayoutWithoutDataSource_60.csproj
│ │ ├── LayoutWithoutDataSource_60.sln
│ │ ├── LayoutWithoutDataSource_80.csproj
│ │ ├── LayoutWithoutDataSource_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Mindmap Layout - Custom appearance
│ ├── CS
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MindmapLayoutCustomAppearance_462.csproj
│ │ ├── MindmapLayoutCustomAppearance_462.sln
│ │ ├── MindmapLayoutCustomAppearance_60.csproj
│ │ ├── MindmapLayoutCustomAppearance_60.sln
│ │ ├── MindmapLayoutCustomAppearance_80.csproj
│ │ ├── MindmapLayoutCustomAppearance_80.sln
│ │ ├── Model
│ │ │ └── MindmapDataItem.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── MindMapViewModel.cs
│ │ └── packages.config
│ ├── Images
│ │ └── Mindmap Layout.png
│ └── Mindmap Layout.xaml
├── Mindmap Layout - Drag and drop
│ ├── CS
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MindmapLayoutDragAndDrop_462.csproj
│ │ ├── MindmapLayoutDragAndDrop_462.sln
│ │ ├── MindmapLayoutDragAndDrop_60.csproj
│ │ ├── MindmapLayoutDragAndDrop_60.sln
│ │ ├── MindmapLayoutDragAndDrop_80.csproj
│ │ ├── MindmapLayoutDragAndDrop_80.sln
│ │ ├── Model
│ │ │ └── MindmapDataItem.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── MindMapViewModel.cs
│ │ └── packages.config
│ ├── Images
│ │ └── Mindmap Layout.png
│ └── Mindmap Layout.xaml
├── Mindmap Layout - Expand and Collapse children
│ ├── CS
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MindmapLayoutExpandCollapse_462.csproj
│ │ ├── MindmapLayoutExpandCollapse_462.sln
│ │ ├── MindmapLayoutExpandCollapse_60.csproj
│ │ ├── MindmapLayoutExpandCollapse_60.sln
│ │ ├── MindmapLayoutExpandCollapse_80.csproj
│ │ ├── MindmapLayoutExpandCollapse_80.sln
│ │ ├── Model
│ │ │ └── MindmapDataItem.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ ├── Command.cs
│ │ │ └── Converters.cs
│ │ ├── ViewModel
│ │ │ └── MindMapViewModel.cs
│ │ └── packages.config
│ ├── Images
│ │ └── Mindmap Layout.png
│ └── Mindmap Layout.xaml
├── Mindmap Layout
│ ├── CS
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Mindmap Layout_462.csproj
│ │ ├── Mindmap Layout_462.sln
│ │ ├── Mindmap Layout_60.csproj
│ │ ├── Mindmap Layout_60.sln
│ │ ├── Mindmap Layout_80.csproj
│ │ ├── Mindmap Layout_80.sln
│ │ ├── Model
│ │ │ └── MindmapDataItem.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── MindMapViewModel.cs
│ │ └── packages.config
│ ├── Images
│ │ └── Mindmap Layout.png
│ └── Mindmap Layout.xaml
├── OrgChart with drag and dropped nodes
│ ├── OrgChart with drag and dropped nodes
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── OrgChart with drag and dropped nodes_462.csproj
│ │ ├── OrgChart with drag and dropped nodes_462.sln
│ │ ├── OrgChart with drag and dropped nodes_60.csproj
│ │ ├── OrgChart with drag and dropped nodes_60.sln
│ │ ├── OrgChart with drag and dropped nodes_80.csproj
│ │ ├── OrgChart with drag and dropped nodes_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ ├── CustomNode.cs
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── Organization Chart
│ ├── Organization Chart
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Assets
│ │ │ ├── Clayton.png
│ │ │ ├── Jenny.png
│ │ │ ├── John.png
│ │ │ ├── Maria.png
│ │ │ ├── Paul.png
│ │ │ ├── Robin.PNG
│ │ │ ├── Thomas.PNG
│ │ │ ├── eric.png
│ │ │ ├── female.png
│ │ │ ├── image12.png
│ │ │ ├── image2.png
│ │ │ ├── image3.png
│ │ │ ├── image50.png
│ │ │ ├── image51.png
│ │ │ ├── image53.png
│ │ │ ├── image54.PNG
│ │ │ ├── image55.PNG
│ │ │ ├── image56.PNG
│ │ │ ├── image57.png
│ │ │ ├── images7.png
│ │ │ ├── images9.png
│ │ │ ├── male.png
│ │ │ ├── moreinfo.png
│ │ │ └── smith.PNG
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Model
│ │ │ └── Employee.cs
│ │ ├── Organization Chart_462.csproj
│ │ ├── Organization Chart_462.sln
│ │ ├── Organization Chart_60.csproj
│ │ ├── Organization Chart_60.sln
│ │ ├── Organization Chart_80.csproj
│ │ ├── Organization Chart_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── Organization Chart.cs
│ │ └── packages.config
│ └── README.md
└── Radial Tree
│ ├── README.md
│ └── Radial Tree
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Assets
│ ├── Clayton.png
│ ├── Jenny.png
│ ├── John.png
│ ├── Maria.png
│ ├── Paul.png
│ ├── Robin.PNG
│ ├── Thomas.PNG
│ ├── eric.png
│ ├── female.png
│ ├── image12.png
│ ├── image2.png
│ ├── image3.png
│ ├── image50.png
│ ├── image51.png
│ ├── image53.png
│ ├── image54.PNG
│ ├── image55.PNG
│ ├── image56.PNG
│ ├── image57.png
│ ├── images7.png
│ ├── images9.png
│ ├── male.png
│ ├── moreinfo.png
│ └── smith.PNG
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Model
│ └── Employee.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── Radial Tree_462.csproj
│ ├── Radial Tree_462.sln
│ ├── Radial Tree_60.csproj
│ ├── Radial Tree_60.sln
│ ├── Radial Tree_80.csproj
│ ├── Radial Tree_80.sln
│ ├── ViewModel
│ └── RadialTree.cs
│ └── packages.config
├── Automation
├── DiagramApplication
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── DiagramApplication_462.csproj
│ ├── DiagramApplication_462.sln
│ ├── DiagramApplication_60.csproj
│ ├── DiagramApplication_60.sln
│ ├── DiagramApplication_80.csproj
│ ├── DiagramApplication_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── packages.config
├── DiagramApplicationTest
│ ├── DiagramApplicationTest.csproj
│ ├── DiagramApplicationTest.sln
│ ├── DiagramSession.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ScenarioDragandDrop.cs
│ └── packages.config
└── WPF Appium Testing.docx
├── BPMNEditor
├── README.md
└── Sample
│ ├── .vs
│ └── BPMNEditor_2017
│ │ └── v16
│ │ └── .suo
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── BPMNEditor_462.csproj
│ ├── BPMNEditor_462.sln
│ ├── BPMNEditor_60.csproj
│ ├── BPMNEditor_60.sln
│ ├── BPMNEditor_80.csproj
│ ├── BPMNEditor_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── Utility
│ └── Commands.cs
│ ├── ViewModel
│ └── DiagramVM.cs
│ └── packages.config
├── Collision State
├── Collision State
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Collision State_462.csproj
│ ├── Collision State_462.sln
│ ├── Collision State_60.csproj
│ ├── Collision State_60.sln
│ ├── Collision State_80.csproj
│ ├── Collision State_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Utilities
│ │ └── Commands.cs
│ ├── ViewModel
│ │ └── DiagramVM.cs
│ └── packages.config
└── README.md
├── Commands
├── Alignment Commands
│ ├── Alignment Commands
│ │ ├── Alignment Commands_462.csproj
│ │ ├── Alignment Commands_462.sln
│ │ ├── Alignment Commands_60.csproj
│ │ ├── Alignment Commands_60.sln
│ │ ├── Alignment Commands_80.csproj
│ │ ├── Alignment Commands_80.sln
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── CTRL+DragDuplicationDisable
│ ├── CTRL+DragDuplicationDisable
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CtrlDragDisableDuplication_462.csproj
│ │ ├── CtrlDragDisableDuplication_462.sln
│ │ ├── CtrlDragDisableDuplication_60.csproj
│ │ ├── CtrlDragDisableDuplication_60.sln
│ │ ├── CtrlDragDisableDuplication_80.csproj
│ │ ├── CtrlDragDisableDuplication_80.sln
│ │ ├── CtrlDragDisableDuplication_90.csproj
│ │ ├── CtrlDragDisableDuplication_90.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── Clipboard commands
│ ├── Clipboard commands
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Clipboard commands_462.csproj
│ │ ├── Clipboard commands_462.sln
│ │ ├── Clipboard commands_60.csproj
│ │ ├── Clipboard commands_60.sln
│ │ ├── Clipboard commands_80.csproj
│ │ ├── Clipboard commands_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Commands Sample
│ ├── CS
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Commands_462.csproj
│ │ ├── Commands_462.sln
│ │ ├── Commands_60.csproj
│ │ ├── Commands_60.sln
│ │ ├── Commands_80.csproj
│ │ ├── Commands_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Commands.cs
│ │ ├── Viewmodel
│ │ │ ├── CommandsViewModel.cs
│ │ │ └── CustomNodeViewModel.cs
│ │ └── packages.config
│ └── README.md
├── CustomCommand
│ ├── CustomCommand
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CustomCommand_462.csproj
│ │ ├── CustomCommand_462.sln
│ │ ├── CustomCommand_60.csproj
│ │ ├── CustomCommand_60.sln
│ │ ├── CustomCommand_80.csproj
│ │ ├── CustomCommand_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── CustomCommandForAddOpenNewWindow
│ └── CustomCommandForAddOpenNewWindow
│ │ ├── CustomCommandForAddOpenNewWindow
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CustomCommandForAddOpenNewWindow_462.csproj
│ │ ├── CustomCommandForAddOpenNewWindow_462.sln
│ │ ├── CustomCommandForAddOpenNewWindow_60.csproj
│ │ ├── CustomCommandForAddOpenNewWindow_60.sln
│ │ ├── CustomCommandForAddOpenNewWindow_80.csproj
│ │ ├── CustomCommandForAddOpenNewWindow_80.sln
│ │ ├── DemoPage.xaml
│ │ ├── DemoPage.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ ├── Command.cs
│ │ │ └── DemoCommand.cs
│ │ ├── ViewModel
│ │ │ └── DiagramVM.cs
│ │ ├── Window1.xaml
│ │ └── Window1.xaml.cs
│ │ └── README.md
├── Delete Command
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── DeleteCommand_462.csproj
│ ├── DeleteCommand_462.sln
│ ├── DeleteCommand_60.csproj
│ ├── DeleteCommand_60.sln
│ ├── DeleteCommand_80.csproj
│ ├── DeleteCommand_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── packages.config
├── Expand and Collapse command
│ ├── Expand and Collapse Command
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Model
│ │ │ └── Employee.cs
│ │ ├── Organization Chart_462.csproj
│ │ ├── Organization Chart_462.sln
│ │ ├── Organization Chart_60.csproj
│ │ ├── Organization Chart_60.sln
│ │ ├── Organization Chart_80.csproj
│ │ ├── Organization Chart_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ ├── Command.cs
│ │ │ └── Converters.cs
│ │ ├── ViewModel
│ │ │ └── Organization Chart.cs
│ │ └── packages.config
│ └── README.md
├── Fit to page command
│ ├── Fit to page command
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Fit to page command_462.csproj
│ │ ├── Fit to page command_462.sln
│ │ ├── Fit to page command_60.csproj
│ │ ├── Fit to page command_60.sln
│ │ ├── Fit to page command_80.csproj
│ │ ├── Fit to page command_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── Flip Command
│ ├── Flip Command
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Flip Command_462.csproj
│ │ ├── Flip Command_462.sln
│ │ ├── Flip Command_60.csproj
│ │ ├── Flip Command_60.sln
│ │ ├── Flip Command_80.csproj
│ │ ├── Flip Command_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── Grouping Commands
│ ├── Grouping Commands
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Grouping Commands_462.csproj
│ │ ├── Grouping Commands_462.sln
│ │ ├── Grouping Commands_60.csproj
│ │ ├── Grouping Commands_60.sln
│ │ ├── Grouping Commands_80.csproj
│ │ ├── Grouping Commands_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Nudge Commands
│ ├── Nudge Commands
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Nudge Commands_462.csproj
│ │ ├── Nudge Commands_462.sln
│ │ ├── Nudge Commands_60.csproj
│ │ ├── Nudge Commands_60.sln
│ │ ├── Nudge Commands_80.csproj
│ │ ├── Nudge Commands_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── RemoveDefaultCommands
│ ├── README.md
│ └── RemoveDefaultCommands
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── RemoveDefaultCommands_462.csproj
│ │ ├── RemoveDefaultCommands_462.sln
│ │ ├── RemoveDefaultCommands_60.csproj
│ │ ├── RemoveDefaultCommands_60.sln
│ │ ├── RemoveDefaultCommands_80.csproj
│ │ └── RemoveDefaultCommands_80.sln
├── Rotate Command
│ ├── README.md
│ └── RotateCommand
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── RotateCommand_462.csproj
│ │ ├── RotateCommand_462.sln
│ │ ├── RotateCommand_60.csproj
│ │ ├── RotateCommand_60.sln
│ │ ├── RotateCommand_80.csproj
│ │ ├── RotateCommand_80.sln
│ │ └── packages.config
├── SelectToolCommand
│ ├── README.md
│ └── SelectToolCommand
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SelectToolCommand_462.csproj
│ │ ├── SelectToolCommand_462.sln
│ │ ├── SelectToolCommand_60.csproj
│ │ ├── SelectToolCommand_60.sln
│ │ ├── SelectToolCommand_80.csproj
│ │ ├── SelectToolCommand_80.sln
│ │ └── packages.config
├── Sizing Commands
│ ├── README.md
│ └── Sizing Commands
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Sizing Commands_462.csproj
│ │ ├── Sizing Commands_462.sln
│ │ ├── Sizing Commands_60.csproj
│ │ ├── Sizing Commands_60.sln
│ │ ├── Sizing Commands_80.csproj
│ │ ├── Sizing Commands_80.sln
│ │ └── packages.config
├── Spacing Commands
│ ├── README.md
│ └── Spacing Commands
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Spacing Commands_462.csproj
│ │ ├── Spacing Commands_462.sln
│ │ ├── Spacing Commands_60.csproj
│ │ ├── Spacing Commands_60.sln
│ │ ├── Spacing Commands_80.csproj
│ │ ├── Spacing Commands_80.sln
│ │ └── packages.config
├── Undo Redo
│ ├── README.md
│ └── Undo Redo
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Undo Redo_462.csproj
│ │ ├── Undo Redo_462.sln
│ │ ├── Undo Redo_60.csproj
│ │ ├── Undo Redo_60.sln
│ │ ├── Undo Redo_80.csproj
│ │ ├── Undo Redo_80.sln
│ │ └── packages.config
├── Z-Order Commands
│ ├── README.md
│ └── Z-Order Commands
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Z-Order Commands_462.csproj
│ │ ├── Z-Order Commands_462.sln
│ │ ├── Z-Order Commands_60.csproj
│ │ ├── Z-Order Commands_60.sln
│ │ ├── Z-Order Commands_80.csproj
│ │ ├── Z-Order Commands_80.sln
│ │ └── packages.config
└── Zoom Command
│ ├── README.md
│ └── Zoom Command
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── Utility
│ └── Command.cs
│ ├── ViewModel
│ └── DiagramVM.cs
│ ├── Zoom Command_462.csproj
│ ├── Zoom Command_462.sln
│ ├── Zoom Command_60.csproj
│ ├── Zoom Command_60.sln
│ ├── Zoom Command_80.csproj
│ ├── Zoom Command_80.sln
│ └── packages.config
├── Connector
├── Animated Connector
│ ├── AnimatedConnector
│ │ ├── AnimatedConnector_462.csproj
│ │ ├── AnimatedConnector_462.sln
│ │ ├── AnimatedConnector_80.csproj
│ │ ├── AnimatedConnector_80.sln
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── Appearance
│ ├── Appearance
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── ConnectorAppearance_462.csproj
│ │ ├── ConnectorAppearance_462.sln
│ │ ├── ConnectorAppearance_60.csproj
│ │ ├── ConnectorAppearance_60.sln
│ │ ├── ConnectorAppearance_80.csproj
│ │ ├── ConnectorAppearance_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── View
│ │ │ └── AppearanceView.cs
│ │ ├── ViewModel
│ │ │ └── AppearanceViewModel.cs
│ │ └── packages.config
│ └── README.md
├── AvoidSegementsOverlapping
│ ├── ConnectorSample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── ConnectorSample_462.csproj
│ │ ├── ConnectorSample_462.sln
│ │ ├── ConnectorSample_60.csproj
│ │ ├── ConnectorSample_60.sln
│ │ ├── ConnectorSample_80.csproj
│ │ ├── ConnectorSample_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Connector Interactions
│ ├── Connector Interactions
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── ConnectorInteractions_462.csproj
│ │ ├── ConnectorInteractions_462.sln
│ │ ├── ConnectorInteractions_60.csproj
│ │ ├── ConnectorInteractions_60.sln
│ │ ├── ConnectorInteractions_80.csproj
│ │ ├── ConnectorInteractions_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ViewModel
│ │ │ └── ConnectorViewModel.cs
│ │ └── packages.config
│ └── README.md
├── Connector Padding
│ ├── ConnectorPadding
│ │ └── ConnectorPadding
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── ConnectorPadding_462.csproj
│ │ │ ├── ConnectorPadding_462.sln
│ │ │ ├── ConnectorPadding_60.csproj
│ │ │ ├── ConnectorPadding_60.sln
│ │ │ ├── ConnectorPadding_80.csproj
│ │ │ ├── ConnectorPadding_80.sln
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ └── packages.config
│ └── README.md
├── ConnectorsEndThumbDragging
│ └── ConnectorSegment
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── ConnectorSegment_462.csproj
│ │ ├── ConnectorSegment_462.sln
│ │ ├── ConnectorSegment_60.csproj
│ │ ├── ConnectorSegment_60.sln
│ │ ├── ConnectorSegment_80.csproj
│ │ ├── ConnectorSegment_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
├── Create Connector
│ ├── Create Connector
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CreateConnector_462.csproj
│ │ ├── CreateConnector_462.sln
│ │ ├── CreateConnector_60.csproj
│ │ ├── CreateConnector_60.sln
│ │ ├── CreateConnector_80.csproj
│ │ ├── CreateConnector_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Drawing Tools
│ ├── Drawing Tools
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Drawing Tools_462.csproj
│ │ ├── Drawing Tools_462.sln
│ │ ├── Drawing Tools_60.csproj
│ │ ├── Drawing Tools_60.sln
│ │ ├── Drawing Tools_80.csproj
│ │ ├── Drawing Tools_80.sln
│ │ ├── Images
│ │ │ ├── Connectors_1.png
│ │ │ ├── Connectors_2.png
│ │ │ ├── Connectors_3.png
│ │ │ ├── FreeHand.png
│ │ │ ├── PolyLine.png
│ │ │ └── User.png
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── View Model
│ │ │ └── DrawingTools.cs
│ │ └── packages.config
│ └── README.md
├── GetOrSetSegmentsProgrammatically
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── GetOrSetSegmentsProgrammatically_462.csproj
│ │ ├── GetOrSetSegmentsProgrammatically_462.sln
│ │ ├── GetOrSetSegmentsProgrammatically_60.csproj
│ │ ├── GetOrSetSegmentsProgrammatically_60.sln
│ │ ├── GetOrSetSegmentsProgrammatically_80.csproj
│ │ ├── GetOrSetSegmentsProgrammatically_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
├── RestrictConnectorSourceTargetChangedFromNativeNode
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── RestrictConnectorSourceTargetChangedFromNativeNode_462.csproj
│ │ ├── RestrictConnectorSourceTargetChangedFromNativeNode_462.sln
│ │ ├── RestrictConnectorSourceTargetChangedFromNativeNode_60.csproj
│ │ ├── RestrictConnectorSourceTargetChangedFromNativeNode_60.sln
│ │ ├── RestrictConnectorSourceTargetChangedFromNativeNode_80.csproj
│ │ ├── RestrictConnectorSourceTargetChangedFromNativeNode_80.sln
│ │ ├── ViewModel
│ │ └── DiagramVM.cs
│ │ └── packages.config
├── RestrictSegmentCollapse
│ ├── README.md
│ └── RestrictSegmentCollapse
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── RestrictSegmentCollapse_462.csproj
│ │ ├── RestrictSegmentCollapse_462.sln
│ │ ├── RestrictSegmentCollapse_60.csproj
│ │ ├── RestrictSegmentCollapse_60.sln
│ │ ├── RestrictSegmentCollapse_80.csproj
│ │ └── RestrictSegmentCollapse_80.sln
├── Segments
│ ├── README.md
│ └── Segments
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Segments_462.csproj
│ │ ├── Segments_462.sln
│ │ ├── Segments_60.csproj
│ │ ├── Segments_60.sln
│ │ ├── Segments_80.csproj
│ │ ├── Segments_80.sln
│ │ ├── ViewModel
│ │ └── SegmentsViewModel.cs
│ │ └── packages.config
├── SplitAndJoinConnectorTestBedSample
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Stencil_462.csproj
│ ├── Stencil_462.sln
│ ├── Stencil_60.csproj
│ ├── Stencil_60.sln
│ ├── Stencil_80.csproj
│ ├── Stencil_80.sln
│ ├── Utility
│ │ └── Command.cs
│ ├── ViewModel
│ │ └── DiagramVM.cs
│ └── packages.config
├── Straight Segment
│ ├── README.md
│ └── Straight Segment
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StraightSegment_462.csproj
│ │ ├── StraightSegment_462.sln
│ │ ├── StraightSegment_60.csproj
│ │ ├── StraightSegment_60.sln
│ │ ├── StraightSegment_80.csproj
│ │ ├── StraightSegment_80.sln
│ │ └── packages.config
└── UpdateAverageLength
│ ├── README.md
│ └── UpdateAverageLength
│ └── UpdateAverageLength
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── UpdateAverageLength_462.csproj
│ ├── UpdateAverageLength_462.sln
│ ├── UpdateAverageLength_60.csproj
│ ├── UpdateAverageLength_60.sln
│ ├── UpdateAverageLength_80.csproj
│ ├── UpdateAverageLength_80.sln
│ └── packages.config
├── Constraints
├── Annotation-constraints-sample
│ ├── Annotationconstraints
│ │ ├── Annotationconstraints_462.csproj
│ │ ├── Annotationconstraints_462.sln
│ │ ├── Annotationconstraints_60.csproj
│ │ ├── Annotationconstraints_60.sln
│ │ ├── Annotationconstraints_80.csproj
│ │ ├── Annotationconstraints_80.sln
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── Constraints-Node-Connector-Graph
│ ├── ConstraintsDemo
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── ConstraintsDemo_462.csproj
│ │ ├── ConstraintsDemo_462.sln
│ │ ├── ConstraintsDemo_60.csproj
│ │ ├── ConstraintsDemo_60.sln
│ │ ├── ConstraintsDemo_80.csproj
│ │ ├── ConstraintsDemo_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── ConstraintsDiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── Floatelement-constraints-sample
│ ├── FloatElementsSample
│ │ └── FloatElementsSample
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── FloatElementsSample_462.csproj
│ │ │ ├── FloatElementsSample_462.sln
│ │ │ ├── FloatElementsSample_60.csproj
│ │ │ ├── FloatElementsSample_60.sln
│ │ │ ├── FloatElementsSample_80.csproj
│ │ │ ├── FloatElementsSample_80.sln
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ └── packages.config
│ └── README.md
├── Port-Constraints-sample
│ ├── Portconstraints
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Portconstraints_462.csproj
│ │ ├── Portconstraints_462.sln
│ │ ├── Portconstraints_60.csproj
│ │ ├── Portconstraints_60.sln
│ │ ├── Portconstraints_80.csproj
│ │ ├── Portconstraints_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
└── Selector-constraints-sample
│ ├── README.md
│ └── Selectorconstraints
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── Selectorconstraints_462.csproj
│ ├── Selectorconstraints_462.sln
│ ├── Selectorconstraints_60.csproj
│ ├── Selectorconstraints_60.sln
│ ├── Selectorconstraints_80.csproj
│ ├── Selectorconstraints_80.sln
│ ├── Utility
│ └── Command.cs
│ ├── ViewModel
│ └── DiagramVM.cs
│ └── packages.config
├── Container
├── Container
│ ├── .vs
│ │ └── Container
│ │ │ └── v17
│ │ │ └── .suo
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Container_462.csproj
│ ├── Container_462.sln
│ ├── Container_60.csproj
│ ├── Container_60.sln
│ ├── Container_80.csproj
│ ├── Container_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ViewModel
│ │ └── DiagramVM.cs
│ └── packages.config
├── ContainerExpandCollapse
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── ContainerExpandCollapse_462.csproj
│ ├── ContainerExpandCollapse_462.sln
│ ├── ContainerExpandCollapse_60.csproj
│ ├── ContainerExpandCollapse_60.sln
│ ├── ContainerExpandCollapse_80.csproj
│ ├── ContainerExpandCollapse_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ViewModel
│ │ └── DiagramVM.cs
│ └── packages.config
├── ContainerNodeArrangeSampleUWP
│ ├── ContainerSampleUWP
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Assets
│ │ │ ├── LockScreenLogo.scale-200.png
│ │ │ ├── SplashScreen.scale-200.png
│ │ │ ├── Square150x150Logo.scale-200.png
│ │ │ ├── Square44x44Logo.scale-200.png
│ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png
│ │ │ ├── StoreLogo.png
│ │ │ └── Wide310x150Logo.scale-200.png
│ │ ├── ContainerSampleUWP.csproj
│ │ ├── ContainerSampleUWP.sln
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── Default.rd.xml
│ └── README.md
├── CustomContextMenuForContainer
│ ├── Custom Context Menu
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CustomContextMenu_462.csproj
│ │ ├── CustomContextMenu_462.sln
│ │ ├── CustomContextMenu_60.csproj
│ │ ├── CustomContextMenu_60.sln
│ │ ├── CustomContextMenu_80.csproj
│ │ ├── CustomContextMenu_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── README.md
└── RestrictNodeFromContainer
│ ├── README.md
│ └── RestrictNodeFromContainer
│ └── RestrictNodeFromContainer
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── RestrictNodeFromContainer_462.csproj
│ ├── RestrictNodeFromContainer_462.sln
│ ├── RestrictNodeFromContainer_60.csproj
│ ├── RestrictNodeFromContainer_60.sln
│ ├── RestrictNodeFromContainer_80.csproj
│ ├── RestrictNodeFromContainer_80.sln
│ └── packages.config
├── ContextMenu
├── AddNodeUsingContextMenu
│ ├── AddNodeUsingContextMenu
│ │ ├── AddNodeUsingContextMenu_462.csproj
│ │ ├── AddNodeUsingContextMenu_462.sln
│ │ ├── AddNodeUsingContextMenu_60.csproj
│ │ ├── AddNodeUsingContextMenu_60.sln
│ │ ├── AddNodeUsingContextMenu_80.csproj
│ │ ├── AddNodeUsingContextMenu_80.sln
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── ColorPaletteInContextMenuItem
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── ColorPalettteInContextMenuItem_462.csproj
│ │ ├── ColorPalettteInContextMenuItem_462.sln
│ │ ├── ColorPalettteInContextMenuItem_60.csproj
│ │ ├── ColorPalettteInContextMenuItem_60.sln
│ │ ├── ColorPalettteInContextMenuItem_80.csproj
│ │ ├── ColorPalettteInContextMenuItem_80.sln
│ │ ├── Icons
│ │ ├── delete.png
│ │ ├── zoom.jpg
│ │ ├── zoomin.png
│ │ └── zoomout.png
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
├── ContextMenu-Icon-Customization
│ ├── ContextMenuIcon
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Asset
│ │ │ ├── Duplicate.png
│ │ │ ├── Edit Annotation.png
│ │ │ └── Rotate.png
│ │ ├── ContextMenuIcon_462.csproj
│ │ ├── ContextMenuIcon_462.sln
│ │ ├── ContextMenuIcon_60.csproj
│ │ ├── ContextMenuIcon_60.sln
│ │ ├── ContextMenuIcon_80.csproj
│ │ ├── ContextMenuIcon_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Custom-ContextMenu-sasmple
│ ├── CustomContextMenu
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CustomContextMenu_462.csproj
│ │ ├── CustomContextMenu_462.sln
│ │ ├── CustomContextMenu_60.csproj
│ │ ├── CustomContextMenu_60.sln
│ │ ├── CustomContextMenu_80.csproj
│ │ ├── CustomContextMenu_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Custom-menu-with-submenu-sasmple
│ ├── Context Menu
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CustomMenuWithSubMenu_462.csproj
│ │ ├── CustomMenuWithSubMenu_462.sln
│ │ ├── CustomMenuWithSubMenu_60.csproj
│ │ ├── CustomMenuWithSubMenu_60.sln
│ │ ├── CustomMenuWithSubMenu_80.csproj
│ │ ├── CustomMenuWithSubMenu_80.sln
│ │ ├── Icons
│ │ │ ├── delete.png
│ │ │ ├── zoom.jpg
│ │ │ ├── zoomin.png
│ │ │ └── zoomout.png
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Paste-Contextmenu
│ ├── PasteMenuItem
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── PasteMenuItem_462.csproj
│ │ ├── PasteMenuItem_462.sln
│ │ ├── PasteMenuItem_60.csproj
│ │ ├── PasteMenuItem_60.sln
│ │ ├── PasteMenuItem_80.csproj
│ │ ├── PasteMenuItem_80.sln
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── ShortCutKeyCommandForContextMenuItem
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── ShortCutKeyCommandOnContextMenuItem_462.csproj
│ │ ├── ShortCutKeyCommandOnContextMenuItem_462.sln
│ │ ├── ShortCutKeyCommandOnContextMenuItem_60.csproj
│ │ ├── ShortCutKeyCommandOnContextMenuItem_60.sln
│ │ ├── ShortCutKeyCommandOnContextMenuItem_80.csproj
│ │ ├── ShortCutKeyCommandOnContextMenuItem_80.sln
│ │ └── packages.config
└── Textbox As SubMenuItem
│ ├── README.md
│ └── Sample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── TextBoxSubMenuItem_462.csproj
│ ├── TextBoxSubMenuItem_462.sln
│ ├── TextBoxSubMenuItem_60.csproj
│ ├── TextBoxSubMenuItem_60.sln
│ ├── TextBoxSubMenuItem_80.csproj
│ ├── TextBoxSubMenuItem_80.sln
│ └── packages.config
├── CreateDiagram
├── CreateDiagram
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── CreateDiagram_462.csproj
│ ├── CreateDiagram_462.sln
│ ├── CreateDiagram_60.csproj
│ ├── CreateDiagram_60.sln
│ ├── CreateDiagram_80.csproj
│ ├── CreateDiagram_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── packages.config
└── README.md
├── DataSource
├── Custom Layout Algorithm
│ ├── CustomDataSource
│ │ └── CustomDataSource
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── CustomDataSource_462.csproj
│ │ │ ├── CustomDataSource_462.sln
│ │ │ ├── CustomDataSource_60.csproj
│ │ │ ├── CustomDataSource_60.sln
│ │ │ ├── CustomDataSource_80.csproj
│ │ │ ├── CustomDataSource_80.sln
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Model
│ │ │ └── ItemInfo.cs
│ │ │ ├── NodeCreate.xaml
│ │ │ ├── NodeCreate.xaml.cs
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ └── packages.config
│ └── README.md
├── Flowchart Layout
│ ├── Flowchart Layout
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Flowchart Layout_462.csproj
│ │ ├── Flowchart Layout_462.sln
│ │ ├── Flowchart Layout_60.csproj
│ │ ├── Flowchart Layout_60.sln
│ │ ├── Flowchart Layout_80.csproj
│ │ ├── Flowchart Layout_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Model
│ │ │ └── ItemInfo.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── Flowchart.cs
│ │ └── packages.config
│ └── README.md
└── Multi Parent
│ ├── Multi Parent
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Model
│ │ └── ItemInfo.cs
│ ├── Multi Parent_462.csproj
│ ├── Multi Parent_462.sln
│ ├── Multi Parent_60.csproj
│ ├── Multi Parent_60.sln
│ ├── Multi Parent_80.csproj
│ ├── Multi Parent_80.sln
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Utility
│ │ └── Command.cs
│ ├── ViewModel
│ │ ├── ConnectorVM.cs
│ │ └── MultiParent.cs
│ └── packages.config
│ └── README.md
├── Diagram Ribbon
├── CustomDiagramRibbonTab
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CustomDiagramRibbonTab_462.csproj
│ │ ├── CustomDiagramRibbonTab_462.sln
│ │ ├── CustomDiagramRibbonTab_60.csproj
│ │ ├── CustomDiagramRibbonTab_60.sln
│ │ ├── CustomDiagramRibbonTab_80.csproj
│ │ ├── CustomDiagramRibbonTab_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
└── DiagramRibbon
│ ├── README.md
│ └── Sample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── DiagramRibbon_462.csproj
│ ├── DiagramRibbon_462.sln
│ ├── DiagramRibbon_60.csproj
│ ├── DiagramRibbon_60.sln
│ ├── DiagramRibbon_80.csproj
│ ├── DiagramRibbon_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ └── packages.config
├── Diagramming Application
├── DiagrammingApplication
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── DiagrammingApplication_462.csproj
│ ├── DiagrammingApplication_462.sln
│ ├── DiagrammingApplication_60.csproj
│ ├── DiagrammingApplication_60.sln
│ ├── DiagrammingApplication_80.csproj
│ ├── DiagrammingApplication_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ViewModel
│ │ └── CustomDiagramViewModel.cs
│ └── packages.config
└── README.md
├── DrawingTools
├── Drawing Tools
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Drawing Tools_462.csproj
│ ├── Drawing Tools_462.sln
│ ├── Drawing Tools_60.csproj
│ ├── Drawing Tools_60.sln
│ ├── Drawing Tools_80.csproj
│ ├── Drawing Tools_80.sln
│ ├── Images
│ │ ├── Connectors_1.png
│ │ ├── Connectors_2.png
│ │ ├── Connectors_3.png
│ │ ├── FreeHand.png
│ │ ├── PolyLine.png
│ │ └── User.png
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Utility
│ │ └── Command.cs
│ ├── View Model
│ │ └── DrawingTools.cs
│ └── packages.config
└── README.md
├── Exporting
├── CustomizeExport
│ ├── CustomizeExport
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CustomizeExport_462.csproj
│ │ ├── CustomizeExport_462.sln
│ │ ├── CustomizeExport_60.csproj
│ │ ├── CustomizeExport_60.sln
│ │ ├── CustomizeExport_80.csproj
│ │ ├── CustomizeExport_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── Exporting
│ ├── Exporting
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Export_462.csproj
│ │ ├── Export_462.sln
│ │ ├── Export_60.csproj
│ │ ├── Export_60.sln
│ │ ├── Export_80.csproj
│ │ ├── Export_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
└── HiddenExporting
│ ├── README.md
│ └── Sample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── HiddenExport_462.csproj
│ ├── HiddenExport_462.sln
│ ├── HiddenExport_60.csproj
│ ├── HiddenExport_60.sln
│ ├── HiddenExport_80.csproj
│ ├── HiddenExport_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ └── packages.config
├── GettingStarted
├── Simple-FlowChart-Creation
│ ├── FlowchartCreation
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── FlowchartCreation_462.csproj
│ │ ├── FlowchartCreation_462.sln
│ │ ├── FlowchartCreation_60.csproj
│ │ ├── FlowchartCreation_60.sln
│ │ ├── FlowchartCreation_80.csproj
│ │ ├── FlowchartCreation_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Simple-OrganizationLayout-Creation
│ ├── Orgchartcreation
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Orgchartcreation_462.csproj
│ │ ├── Orgchartcreation_462.sln
│ │ ├── Orgchartcreation_60.csproj
│ │ ├── Orgchartcreation_60.sln
│ │ ├── Orgchartcreation_80.csproj
│ │ ├── Orgchartcreation_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── StencilCreation
│ ├── README.md
│ └── StencilCreation
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StencilCreation_462.csproj
│ │ ├── StencilCreation_462.sln
│ │ ├── StencilCreation_60.csproj
│ │ ├── StencilCreation_60.sln
│ │ ├── StencilCreation_80.csproj
│ │ ├── StencilCreation_80.sln
│ │ └── packages.config
└── Template Studio Sample
│ ├── README.md
│ └── SfDiagram Template Studio Sample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── SfDiagram Template Studio Sample_462.csproj
│ ├── SfDiagram Template Studio Sample_462.sln
│ ├── SfDiagram Template Studio Sample_60.csproj
│ ├── SfDiagram Template Studio Sample_60.sln
│ ├── SfDiagram Template Studio Sample_80.csproj
│ ├── SfDiagram Template Studio Sample_80.sln
│ └── packages.config
├── Gridlines
├── GridlineCustomSpacing
│ ├── GridlinesCustomSpace
│ │ └── GridlinesCustomSpace
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── GridlinesCustomSpace_462.csproj
│ │ │ ├── GridlinesCustomSpace_462.sln
│ │ │ ├── GridlinesCustomSpace_60.csproj
│ │ │ ├── GridlinesCustomSpace_60.sln
│ │ │ ├── GridlinesCustomSpace_80.csproj
│ │ │ ├── GridlinesCustomSpace_80.sln
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ ├── ViewModel
│ │ │ └── GridlinesViewModel.cs
│ │ │ └── packages.config
│ └── README.md
└── GridlineStyle
│ ├── GridlinesCustomStyle
│ └── GridlinesCustomStyle
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── GridlinesCustomStyle_462.csproj
│ │ ├── GridlinesCustomStyle_462.sln
│ │ ├── GridlinesCustomStyle_60.csproj
│ │ ├── GridlinesCustomStyle_60.sln
│ │ ├── GridlinesCustomStyle_80.csproj
│ │ ├── GridlinesCustomStyle_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── ViewModel
│ │ └── GridlinesViewModel.cs
│ │ └── packages.config
│ └── README.md
├── Group
├── GroupContainer
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── ConnectorSegment_462.csproj
│ ├── ConnectorSegment_462.sln
│ ├── ConnectorSegment_60.csproj
│ ├── ConnectorSegment_60.sln
│ ├── ConnectorSegment_80.csproj
│ ├── ConnectorSegment_80.sln
│ ├── Images
│ │ └── user_image.png
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── StencilViewModel.cs
│ ├── Utility
│ │ └── Command.cs
│ └── packages.config
├── GroupScenario
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── GroupScenario_462.csproj
│ ├── GroupScenario_462.sln
│ ├── GroupScenario_60.csproj
│ ├── GroupScenario_60.sln
│ ├── GroupScenario_80.csproj
│ ├── GroupScenario_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── packages.config
├── README.md
└── Restrict Node Dragging In Group
│ ├── README.md
│ └── RestrictChildDraggingInGroup
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── RestrictChildDraggingInGroup_462.csproj
│ ├── RestrictChildDraggingInGroup_462.sln
│ ├── RestrictChildDraggingInGroup_80.csproj
│ └── RestrictChildDraggingInGroup_80.sln
├── HeatMap
└── RuntimeColorChange
│ ├── ColorChanging-Sample
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Heatmap-Sample_462.csproj
│ ├── Heatmap-Sample_462.sln
│ ├── Heatmap-Sample_60.csproj
│ ├── Heatmap-Sample_60.sln
│ ├── Heatmap-Sample_80.csproj
│ ├── Heatmap-Sample_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── ViewModel
│ │ └── SfHeatMapViewModel.cs
│ └── README.md
├── HistoryManager
├── CustomHistoryManger
│ ├── HistoryManager
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── HistoryManager_462.csproj
│ │ ├── HistoryManager_462.sln
│ │ ├── HistoryManager_60.csproj
│ │ ├── HistoryManager_60.sln
│ │ ├── HistoryManager_80.csproj
│ │ ├── HistoryManager_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── HistoryViewModel.cs
│ │ └── packages.config
│ └── README.md
├── HistoryManagerDemoSample
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── HistoryManagerDemoSample_462.csproj
│ │ ├── HistoryManagerDemoSample_462.sln
│ │ ├── HistoryManagerDemoSample_60.csproj
│ │ ├── HistoryManagerDemoSample_60.sln
│ │ ├── HistoryManagerDemoSample_80.csproj
│ │ ├── HistoryManagerDemoSample_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── ViewModel
│ │ └── HistoryManagerVM.cs
│ │ └── packages.config
└── HistoryManagerStackView
│ ├── README.md
│ └── Sample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── HistoryManagerDemoSample_462.csproj
│ ├── HistoryManagerDemoSample_462.sln
│ ├── HistoryManagerDemoSample_60.csproj
│ ├── HistoryManagerDemoSample_60.sln
│ ├── HistoryManagerDemoSample_80.csproj
│ ├── HistoryManagerDemoSample_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── ViewModel
│ └── HistoryManagerVM.cs
│ └── packages.config
├── Interaction
├── CustomQuickCommand
│ ├── CustomQuickCommand
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CustomQuickCommand_462.csproj
│ │ ├── CustomQuickCommand_462.sln
│ │ ├── CustomQuickCommand_60.csproj
│ │ ├── CustomQuickCommand_60.sln
│ │ ├── CustomQuickCommand_80.csproj
│ │ ├── CustomQuickCommand_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Commands.cs
│ │ ├── ViewModel
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── CustomSelector-sample
│ ├── CustomSelector
│ │ └── CustomSelector
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── CustomSelector_462.csproj
│ │ │ ├── CustomSelector_462.sln
│ │ │ ├── CustomSelector_60.csproj
│ │ │ ├── CustomSelector_60.sln
│ │ │ ├── CustomSelector_80.csproj
│ │ │ ├── CustomSelector_80.sln
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ └── packages.config
│ └── README.md
├── DiagramScrollUsingArrowKeys
│ ├── DiagramScrollUsingArrowKeys
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── DiagramScrollUsingArrowKeys_462.csproj
│ │ ├── DiagramScrollUsingArrowKeys_462.sln
│ │ ├── DiagramScrollUsingArrowKeys_60.csproj
│ │ ├── DiagramScrollUsingArrowKeys_60.sln
│ │ ├── DiagramScrollUsingArrowKeys_80.csproj
│ │ ├── DiagramScrollUsingArrowKeys_80.sln
│ │ ├── DiagramScrollUsingArrowKeys_90.csproj
│ │ ├── DiagramScrollUsingArrowKeys_90.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── DragSelectedItemsWIthMousePointAndPasteItOnMouse
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── DragAndPaste_462.csproj
│ │ ├── DragAndPaste_462.sln
│ │ ├── DragAndPaste_60.csproj
│ │ ├── DragAndPaste_60.sln
│ │ ├── DragAndPaste_80.csproj
│ │ ├── DragAndPaste_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
├── IndicatorStyle-sample
│ ├── IndicatorStyleSample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── IndicatorStyleSample_462.csproj
│ │ ├── IndicatorStyleSample_462.sln
│ │ ├── IndicatorStyleSample_60.csproj
│ │ ├── IndicatorStyleSample_60.sln
│ │ ├── IndicatorStyleSample_80.csproj
│ │ ├── IndicatorStyleSample_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── KeyboardShortcuts-sample
│ ├── KeyboardShortcut
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── KeyboardShortcut_462.csproj
│ │ ├── KeyboardShortcut_462.sln
│ │ ├── KeyboardShortcut_60.csproj
│ │ ├── KeyboardShortcut_60.sln
│ │ ├── KeyboardShortcut_80.csproj
│ │ ├── KeyboardShortcut_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Commands.cs
│ │ ├── ViewModel
│ │ │ ├── CustomNode.cs
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── MultipleQuickCommands
│ ├── MultipleQuickCommands
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MultipleQuickCommands_462.csproj
│ │ ├── MultipleQuickCommands_462.sln
│ │ ├── MultipleQuickCommands_60.csproj
│ │ ├── MultipleQuickCommands_60.sln
│ │ ├── MultipleQuickCommands_80.csproj
│ │ ├── MultipleQuickCommands_80.sln
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── NodeConnectorVisibility
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── NodeConnectorVisibility_462.csproj
│ │ ├── NodeConnectorVisibility_462.sln
│ │ ├── NodeConnectorVisibility_60.csproj
│ │ ├── NodeConnectorVisibility_60.sln
│ │ ├── NodeConnectorVisibility_80.csproj
│ │ ├── NodeConnectorVisibility_80.sln
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
├── ObjectsDraggingPositiveSide
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── ObjectDraggingPositiveSide_462.csproj
│ │ ├── ObjectDraggingPositiveSide_462.sln
│ │ ├── ObjectDraggingPositiveSide_60.csproj
│ │ ├── ObjectDraggingPositiveSide_60.sln
│ │ ├── ObjectDraggingPositiveSide_80.csproj
│ │ ├── ObjectDraggingPositiveSide_80.sln
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Utility
│ │ └── Command.cs
│ │ ├── ViewModel
│ │ └── CustomClass.cs
│ │ └── packages.config
├── PreviewSettings-sample
│ ├── PreviewSettings
│ │ └── CreateDiagram
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── CreateDiagram_462.csproj
│ │ │ ├── CreateDiagram_462.sln
│ │ │ ├── CreateDiagram_60.csproj
│ │ │ ├── CreateDiagram_60.sln
│ │ │ ├── CreateDiagram_80.csproj
│ │ │ ├── CreateDiagram_80.sln
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ └── packages.config
│ └── README.md
└── Selectionmode-sample
│ ├── README.md
│ └── Selectionmode
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── Selectionmode_462.csproj
│ ├── Selectionmode_462.sln
│ ├── Selectionmode_60.csproj
│ ├── Selectionmode_60.sln
│ ├── Selectionmode_80.csproj
│ ├── Selectionmode_80.sln
│ ├── Utility
│ └── Command.cs
│ ├── ViewModel
│ └── DiagramVM.cs
│ └── packages.config
├── Localization
├── Localization
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Localization_462.csproj
│ ├── Localization_462.sln
│ ├── Localization_60.csproj
│ ├── Localization_60.sln
│ ├── Localization_80.csproj
│ ├── Localization_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── Syncfusion.SfDiagram.Wpf.fr.resx
│ │ ├── Syncfusion.SfDiagram.Wpf.ja.resx
│ │ ├── Syncfusion.SfDiagram.Wpf.nl.resx
│ │ └── Syncfusion.SfDiagram.Wpf.resx
│ └── packages.config
└── README.md
├── LogicCircuit
└── LogicCircuitSimulation
│ ├── README.md
│ └── Sample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Constants.cs
│ ├── Enums.cs
│ ├── LogicCircuitSimulation_462.csproj
│ ├── LogicCircuitSimulation_462.sln
│ ├── LogicCircuitSimulation_60.csproj
│ ├── LogicCircuitSimulation_60.sln
│ ├── LogicCircuitSimulation_80.csproj
│ ├── LogicCircuitSimulation_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Model
│ ├── ComboBoxInputContent.cs
│ └── TimerContent.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── ViewModel
│ ├── AndGateViewModel.cs
│ ├── GateViewModel.cs
│ ├── InputViewModel.cs
│ ├── OrGateViewModel.cs
│ ├── OutputViewModel.cs
│ ├── PortsGateViewModel.cs
│ ├── StencilVM.cs
│ ├── TemplatedNodeViewModel.cs
│ └── WireViewModel.cs
│ └── packages.config
├── Magnifier
├── MagnifierSample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MagnifierSample_462.csproj
│ ├── MagnifierSample_462.sln
│ ├── MagnifierSample_60.csproj
│ ├── MagnifierSample_60.sln
│ ├── MagnifierSample_80.csproj
│ ├── MagnifierSample_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
└── README.md
├── Node
├── CloneNode
│ ├── CloneNode
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CloneNode_462.csproj
│ │ ├── CloneNode_462.sln
│ │ ├── CloneNode_60.csproj
│ │ ├── CloneNode_60.sln
│ │ ├── CloneNode_80.csproj
│ │ ├── CloneNode_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── ConnectionIndicatorStyle
│ ├── ConnectionIndicatorStyle
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── ConnectionIndicatorStyle_462.csproj
│ │ ├── ConnectionIndicatorStyle_462.sln
│ │ ├── ConnectionIndicatorStyle_60.csproj
│ │ ├── ConnectionIndicatorStyle_60.sln
│ │ ├── ConnectionIndicatorStyle_80.csproj
│ │ ├── ConnectionIndicatorStyle_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── GroupDragRestrictNodeDrag
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── GroupDragRestrictNodeDrag_462.csproj
│ │ ├── GroupDragRestrictNodeDrag_462.sln
│ │ ├── GroupDragRestrictNodeDrag_60.csproj
│ │ ├── GroupDragRestrictNodeDrag_60.sln
│ │ ├── GroupDragRestrictNodeDrag_80.csproj
│ │ ├── GroupDragRestrictNodeDrag_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Utility
│ │ └── Command.cs
│ │ ├── ViewModel
│ │ └── CustomClass.cs
│ │ └── packages.config
├── ImageAnnotation
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Image
│ │ └── image43.png
│ ├── ImageAnnotation_462.csproj
│ ├── ImageAnnotation_462.sln
│ ├── ImageAnnotation_60.csproj
│ ├── ImageAnnotation_60.sln
│ ├── ImageAnnotation_80.csproj
│ ├── ImageAnnotation_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ViewModel
│ │ └── ImageAnnotationViewModel.cs
│ └── packages.config
├── Multiple-SVG-paths-for-Node
│ ├── MultipleSVGPaths
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MultipleSVGpaths_462.csproj
│ │ ├── MultipleSVGpaths_462.sln
│ │ ├── MultipleSVGpaths_60.csproj
│ │ ├── MultipleSVGpaths_60.sln
│ │ ├── MultipleSVGpaths_80.csproj
│ │ ├── MultipleSVGpaths_80.sln
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── Node-with-CustomShapes
│ ├── NodeWithCustomShapes
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Image
│ │ │ └── user_image.png
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── NodeWithCustomShapes_462.csproj
│ │ ├── NodeWithCustomShapes_462.sln
│ │ ├── NodeWithCustomShapes_60.csproj
│ │ ├── NodeWithCustomShapes_60.sln
│ │ ├── NodeWithCustomShapes_80.csproj
│ │ ├── NodeWithCustomShapes_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Node-with-properties
│ ├── NodeProperties
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── NodeProperties_462.csproj
│ │ ├── NodeProperties_462.sln
│ │ ├── NodeProperties_60.csproj
│ │ ├── NodeProperties_60.sln
│ │ ├── NodeProperties_80.csproj
│ │ ├── NodeProperties_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── NodeContentSample
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Image
│ │ └── user_image.png
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Node Content_462.csproj
│ │ ├── Node Content_462.sln
│ │ ├── Node Content_60.csproj
│ │ ├── Node Content_60.sln
│ │ ├── Node Content_80.csproj
│ │ ├── Node Content_80.sln
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
├── NodeStyleBasedOnKey
│ ├── README.md
│ └── StencilDiagramElements
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StencilDiagramElements_462.csproj
│ │ ├── StencilDiagramElements_462.sln
│ │ ├── StencilDiagramElements_60.csproj
│ │ ├── StencilDiagramElements_60.sln
│ │ ├── StencilDiagramElements_80.csproj
│ │ ├── StencilDiagramElements_80.sln
│ │ └── packages.config
├── NodeZindex
│ ├── README.md
│ └── ZindexUpdate
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── ZindexUpdate_462.csproj
│ │ ├── ZindexUpdate_462.sln
│ │ ├── ZindexUpdate_60.csproj
│ │ ├── ZindexUpdate_60.sln
│ │ ├── ZindexUpdate_80.csproj
│ │ ├── ZindexUpdate_80.sln
│ │ └── packages.config
├── NodestylewithTemplateSelector
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Simple WPF Diagram_462.csproj
│ │ ├── Simple WPF Diagram_462.sln
│ │ ├── Simple WPF Diagram_60.csproj
│ │ ├── Simple WPF Diagram_60.sln
│ │ ├── Simple WPF Diagram_80.csproj
│ │ ├── Simple WPF Diagram_80.sln
│ │ └── packages.config
├── Polyline-Node
│ ├── PolylineNode
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── PolylineNode_462.csproj
│ │ ├── PolylineNode_462.sln
│ │ ├── PolylineNode_60.csproj
│ │ ├── PolylineNode_60.sln
│ │ ├── PolylineNode_80.csproj
│ │ ├── PolylineNode_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── Port-Node
│ ├── PortNode
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CustomPortVM.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Pallet.cs
│ │ ├── PalletStation.cs
│ │ ├── PortNode_462.csproj
│ │ ├── PortNode_462.sln
│ │ ├── PortNode_60.csproj
│ │ ├── PortNode_60.sln
│ │ ├── PortNode_80.csproj
│ │ ├── PortNode_80.sln
│ │ ├── Product.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Robot.cs
│ │ └── packages.config
│ └── README.md
├── Sample-for-GetNode
│ ├── NodeConnectorSample
│ │ └── NodeConnectorSample
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── NodeConnectorSample_462.csproj
│ │ │ ├── NodeConnectorSample_462.sln
│ │ │ ├── NodeConnectorSample_60.csproj
│ │ │ ├── NodeConnectorSample_60.sln
│ │ │ ├── NodeConnectorSample_80.csproj
│ │ │ ├── NodeConnectorSample_80.sln
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ └── packages.config
│ └── README.md
├── Sample-for-NodeCreation
│ ├── NodeCreation
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── NodeCreation_462.csproj
│ │ ├── NodeCreation_462.sln
│ │ ├── NodeCreation_60.csproj
│ │ ├── NodeCreation_60.sln
│ │ ├── NodeCreation_80.csproj
│ │ ├── NodeCreation_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── SampleRotateNodeBasedOnSegment
│ ├── README.md
│ └── RotateNodeBasedOnSegmentDecoratorRotation
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── RotateNodeBasedOnSegmentDecoratorRotation_462.csproj
│ │ ├── RotateNodeBasedOnSegmentDecoratorRotation_462.sln
│ │ ├── RotateNodeBasedOnSegmentDecoratorRotation_60.csproj
│ │ ├── RotateNodeBasedOnSegmentDecoratorRotation_60.sln
│ │ ├── RotateNodeBasedOnSegmentDecoratorRotation_80.csproj
│ │ └── RotateNodeBasedOnSegmentDecoratorRotation_80.sln
├── SerializeImageNode
│ ├── README.md
│ └── SerializeImageNode
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── EC_Nodes
│ │ ├── Images
│ │ │ └── component-1-fill.png
│ │ └── svg
│ │ │ ├── AcidCleaningTank.svg
│ │ │ ├── AcidDispensingPump.svg
│ │ │ ├── AcidStorageTank.svg
│ │ │ ├── AutomaticStrainer.svg
│ │ │ ├── FumeScrubber.svg
│ │ │ ├── HydrogenDilutionFan.svg
│ │ │ ├── HypochloriteGenerator.svg
│ │ │ ├── HypochloriteStorageTank_Corn.svg
│ │ │ ├── HypochloriteStorageTank_Flat.svg
│ │ │ ├── NaOHDosingPumpForNeutralization.svg
│ │ │ ├── NaOHDosingTank.svg
│ │ │ ├── NeutralizationPond.svg
│ │ │ ├── NeutralizationTransferPump.svg
│ │ │ ├── SafetyShowerEyeWasher.svg
│ │ │ ├── SealingWaterBoosterPump.svg
│ │ │ ├── StartTitle.svg
│ │ │ ├── bgLayout.svg
│ │ │ ├── boosterPump.svg
│ │ │ ├── boosterPumpArrow.svg
│ │ │ ├── dot.svg
│ │ │ ├── dot2.svg
│ │ │ ├── ec_component_11.svg
│ │ │ ├── ec_component_20.svg
│ │ │ ├── ec_component_21.svg
│ │ │ └── ec_component_22.svg
│ │ ├── ImageAnnotationViewModel.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SerializeImageNode_462.csproj
│ │ ├── SerializeImageNode_462.sln
│ │ ├── SerializeImageNode_60.csproj
│ │ ├── SerializeImageNode_60.sln
│ │ ├── SerializeImageNode_80.csproj
│ │ └── SerializeImageNode_80.sln
└── Switch_Icon_visibility
│ ├── Icon Visibility
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Asset
│ │ ├── Duplicate.png
│ │ └── Lock.png
│ ├── Icon_visibility_462.csproj
│ ├── Icon_visibility_462.sln
│ ├── Icon_visibility_60.csproj
│ ├── Icon_visibility_60.sln
│ ├── Icon_visibility_80.csproj
│ ├── Icon_visibility_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── README.md
├── Overview
├── Overview
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Assets
│ │ ├── Logo.png
│ │ ├── SmallLogo.png
│ │ ├── SplashScreen.png
│ │ ├── StoreLogo.png
│ │ ├── baby.jpg
│ │ ├── baby.png
│ │ ├── cards_03.png
│ │ ├── cards_05.png
│ │ ├── cards_07.png
│ │ ├── cards_09.png
│ │ ├── cards_100.png
│ │ ├── cards_101.png
│ │ ├── cards_102.png
│ │ ├── cards_103.png
│ │ ├── cards_104.png
│ │ ├── cards_105.png
│ │ ├── cards_106.png
│ │ ├── cards_107.png
│ │ ├── cards_108.png
│ │ ├── cards_109.png
│ │ ├── cards_11.png
│ │ ├── cards_14.png
│ │ ├── cards_16.png
│ │ ├── cards_18.png
│ │ ├── cards_20.png
│ │ ├── cards_23.png
│ │ ├── cards_25.png
│ │ ├── diagram.png
│ │ └── image43.png
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Overview_462.csproj
│ ├── Overview_462.sln
│ ├── Overview_60.csproj
│ ├── Overview_60.sln
│ ├── Overview_80.csproj
│ ├── Overview_80.sln
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── packages.config
└── README.md
├── PageBreaks
├── PageBreaksSample
│ └── PageBreaksSample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── PageBreaksSample_462.csproj
│ │ ├── PageBreaksSample_462.sln
│ │ ├── PageBreaksSample_60.csproj
│ │ ├── PageBreaksSample_60.sln
│ │ ├── PageBreaksSample_80.csproj
│ │ ├── PageBreaksSample_80.sln
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
└── README.md
├── PageSettings
├── ImageBackground
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Asset
│ │ ├── Lock.png
│ │ ├── Museum .png
│ │ └── Museum.png
│ │ ├── ImageBackgroundDiagramSample.sln
│ │ ├── ImageBackgroundDiagramSample_462.csproj
│ │ ├── ImageBackgroundDiagramSample_462.sln
│ │ ├── ImageBackgroundDiagramSample_60.csproj
│ │ ├── ImageBackgroundDiagramSample_60.sln
│ │ ├── ImageBackgroundDiagramSample_80.csproj
│ │ ├── ImageBackgroundDiagramSample_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
└── PageSettings
│ ├── PageSettings
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── PageSettings_462.csproj
│ ├── PageSettings_462.sln
│ ├── PageSettings_60.csproj
│ ├── PageSettings_60.sln
│ ├── PageSettings_80.csproj
│ ├── PageSettings_80.sln
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ViewModel
│ │ └── PageSettingsView.cs
│ └── packages.config
│ └── README.md
├── Panning
├── MouseMiddleButton
│ └── MouseMiddleButton
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MouseMiddleButton_462.csproj
│ │ ├── MouseMiddleButton_462.sln
│ │ ├── MouseMiddleButton_60.csproj
│ │ ├── MouseMiddleButton_60.sln
│ │ ├── MouseMiddleButton_80.csproj
│ │ ├── MouseMiddleButton_80.sln
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
└── README.md
├── Port
├── AutomaticPortCreation-through-settool
│ ├── PortCreation_Settool
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── PortCreation_SetTool_462.csproj
│ │ ├── PortCreation_SetTool_462.sln
│ │ ├── PortCreation_SetTool_60.csproj
│ │ ├── PortCreation_SetTool_60.sln
│ │ ├── PortCreation_SetTool_80.csproj
│ │ ├── PortCreation_SetTool_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── AutomaticPortCreation
│ ├── AutoPortCreation
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── AutoPortCreation_462.csproj
│ │ ├── AutoPortCreation_462.sln
│ │ ├── AutoPortCreation_60.csproj
│ │ ├── AutoPortCreation_60.sln
│ │ ├── AutoPortCreation_80.csproj
│ │ ├── AutoPortCreation_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
├── DisplaySameColorPort
│ ├── PortsSample
│ │ └── PortsSample
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── PortsSample_462.csproj
│ │ │ ├── PortsSample_462.sln
│ │ │ ├── PortsSample_60.csproj
│ │ │ ├── PortsSample_60.sln
│ │ │ ├── PortsSample_80.csproj
│ │ │ ├── PortsSample_80.sln
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ └── packages.config
│ └── README.md
├── How To Add Multiple Ports for Node
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MultipleNodePorts_462.csproj
│ │ ├── MultipleNodePorts_462.sln
│ │ ├── MultipleNodePorts_60.csproj
│ │ ├── MultipleNodePorts_60.sln
│ │ ├── MultipleNodePorts_80.csproj
│ │ ├── MultipleNodePorts_80.sln
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── ViewModel
│ │ └── PortViewModel.cs
│ │ └── packages.config
├── How to achieve ZoomInZoomOut functionality in Ports
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── PortZoomInZoomOut_462.csproj
│ │ ├── PortZoomInZoomOut_462.sln
│ │ ├── PortZoomInZoomOut_60.csproj
│ │ ├── PortZoomInZoomOut_60.sln
│ │ ├── PortZoomInZoomOut_80.csproj
│ │ ├── PortZoomInZoomOut_80.sln
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
├── How to customize port-hover-effect
│ ├── PortsSample
│ │ └── PortsSample
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── PortsSample_462.csproj
│ │ │ ├── PortsSample_462.sln
│ │ │ ├── PortsSample_60.csproj
│ │ │ ├── PortsSample_60.sln
│ │ │ ├── PortsSample_80.csproj
│ │ │ ├── PortsSample_80.sln
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── Port-Customization
│ ├── PortsDemo
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── PortsCustomize_462.csproj
│ │ ├── PortsCustomize_462.sln
│ │ ├── PortsCustomize_60.csproj
│ │ ├── PortsCustomize_60.sln
│ │ ├── PortsCustomize_80.csproj
│ │ ├── PortsCustomize_80.sln
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Commands.cs
│ │ ├── ViewModel
│ │ │ ├── CustomPort.cs
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── PortToolOverride
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── PortToolOverrideSample_462.csproj
│ │ ├── PortToolOverrideSample_462.sln
│ │ ├── PortToolOverrideSample_60.csproj
│ │ ├── PortToolOverrideSample_60.sln
│ │ ├── PortToolOverrideSample_80.csproj
│ │ ├── PortToolOverrideSample_80.sln
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── View
│ │ └── CustomDiagram.cs
│ │ ├── ViewModel
│ │ └── CustomViewModel.cs
│ │ └── packages.config
└── Simple-PortCreation
│ ├── README.md
│ └── SimplePortCreation
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── SimplePortCreation_462.csproj
│ ├── SimplePortCreation_462.sln
│ ├── SimplePortCreation_60.csproj
│ ├── SimplePortCreation_60.sln
│ ├── SimplePortCreation_80.csproj
│ ├── SimplePortCreation_80.sln
│ └── packages.config
├── Printing
├── CustomHeaderFooter
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CustomHeaderFooter_462.csproj
│ │ ├── CustomHeaderFooter_462.sln
│ │ ├── CustomHeaderFooter_60.csproj
│ │ ├── CustomHeaderFooter_60.sln
│ │ ├── CustomHeaderFooter_80.csproj
│ │ ├── CustomHeaderFooter_80.sln
│ │ ├── CustomMargin.xaml
│ │ ├── CustomMargin.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Utility
│ │ ├── Command.cs
│ │ └── Converters.cs
│ │ ├── ViewModel
│ │ └── DiagramVM.cs
│ │ └── packages.config
└── Printing
│ ├── CS
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── CustomMargin.xaml
│ ├── CustomMargin.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Print_462.csproj
│ ├── Print_462.sln
│ ├── Print_60.csproj
│ ├── Print_60.sln
│ ├── Print_80.csproj
│ ├── Print_80.sln
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Utility
│ │ ├── Command.cs
│ │ └── Converters.cs
│ ├── ViewModel
│ │ └── DiagramVM.cs
│ └── packages.config
│ └── README.md
├── QuickCommand
├── How to hide specific quick command
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── HideSpecificQuickCommand_462.csproj
│ │ ├── HideSpecificQuickCommand_462.sln
│ │ ├── HideSpecificQuickCommand_60.csproj
│ │ ├── HideSpecificQuickCommand_60.sln
│ │ ├── HideSpecificQuickCommand_80.csproj
│ │ ├── HideSpecificQuickCommand_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
└── how-to-create-a-quick-command-in-diagram
│ ├── README.md
│ └── User_Handle
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── User_Handle_462.csproj
│ ├── User_Handle_462.sln
│ ├── User_Handle_60.csproj
│ ├── User_Handle_60.sln
│ ├── User_Handle_80.csproj
│ ├── User_Handle_80.sln
│ └── packages.config
├── RubberBandZoom
├── DeactivateRubberBandZoom
│ └── DeactivateZoom
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── DeactivateZoom_462.csproj
│ │ ├── DeactivateZoom_462.sln
│ │ ├── DeactivateZoom_60.csproj
│ │ ├── DeactivateZoom_60.sln
│ │ ├── DeactivateZoom_80.csproj
│ │ ├── DeactivateZoom_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
├── README.md
└── RubberBandZoom
│ ├── README.md
│ └── RubberbandZoom
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── RubberbandZoom_462.csproj
│ ├── RubberbandZoom_462.sln
│ ├── RubberbandZoom_60.csproj
│ ├── RubberbandZoom_60.sln
│ ├── RubberbandZoom_80.csproj
│ └── RubberbandZoom_80.sln
├── Rulers
├── README.md
└── Rulers
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── RulerCustomization_462.csproj
│ ├── RulerCustomization_462.sln
│ ├── RulerCustomization_60.csproj
│ ├── RulerCustomization_60.sln
│ ├── RulerCustomization_80.csproj
│ ├── RulerCustomization_80.sln
│ ├── ViewModel
│ └── RulerViewModel.cs
│ └── packages.config
├── ScrollSettings
├── BringIntoView-sample
│ ├── BringToView
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── BringToView_462.csproj
│ │ ├── BringToView_462.sln
│ │ ├── BringToView_60.csproj
│ │ ├── BringToView_60.sln
│ │ ├── BringToView_80.csproj
│ │ ├── BringToView_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Utility
│ │ │ └── Command.cs
│ │ ├── ViewModel
│ │ │ └── DiagramVM.cs
│ │ └── packages.config
│ └── README.md
├── Scroll using touch pad
│ ├── Horizontal Scroll
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── HorizontalScroll_462.csproj
│ │ ├── HorizontalScroll_462.sln
│ │ ├── HorizontalScroll_60.csproj
│ │ ├── HorizontalScroll_60.sln
│ │ ├── HorizontalScroll_80.csproj
│ │ ├── HorizontalScroll_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── Scroll-Limit-sample
│ ├── README.md
│ └── ScrollSettings
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── ScrollSettingsSample_462.csproj
│ │ ├── ScrollSettingsSample_462.sln
│ │ ├── ScrollSettingsSample_60.csproj
│ │ ├── ScrollSettingsSample_60.sln
│ │ ├── ScrollSettingsSample_80.csproj
│ │ ├── ScrollSettingsSample_80.sln
│ │ ├── Utility
│ │ └── Command.cs
│ │ ├── ViewModel
│ │ └── ScrollSettingsViewModel.cs
│ │ └── packages.config
└── ScrollSettings-sample
│ ├── README.md
│ └── ScrollSettings
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── ScrollSettingsSample_462.csproj
│ ├── ScrollSettingsSample_462.sln
│ ├── ScrollSettingsSample_60.csproj
│ ├── ScrollSettingsSample_60.sln
│ ├── ScrollSettingsSample_80.csproj
│ ├── ScrollSettingsSample_80.sln
│ ├── Utility
│ └── Command.cs
│ ├── ViewModel
│ └── ScrollSettingsViewModel.cs
│ └── packages.config
├── Selection
├── BindingSelectedItemViewToViewModel
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SelectedItems_SfDiagram_462.csproj
│ │ ├── SelectedItems_SfDiagram_462.sln
│ │ ├── SelectedItems_SfDiagram_60.csproj
│ │ ├── SelectedItems_SfDiagram_60.sln
│ │ ├── SelectedItems_SfDiagram_80.csproj
│ │ ├── SelectedItems_SfDiagram_80.sln
│ │ └── packages.config
├── Node Selection
│ ├── Node Selection
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Node_Selection_462.csproj
│ │ ├── Node_Selection_462.sln
│ │ ├── Node_Selection_60.csproj
│ │ ├── Node_Selection_60.sln
│ │ ├── Node_Selection_80.csproj
│ │ ├── Node_Selection_80.sln
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── Selection_Override
│ ├── README.md
│ └── Selection_Override
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Selection_Override_462.csproj
│ │ ├── Selection_Override_462.sln
│ │ ├── Selection_Override_60.csproj
│ │ ├── Selection_Override_60.sln
│ │ ├── Selection_Override_80.csproj
│ │ ├── Selection_Override_80.sln
│ │ └── packages.config
├── Selector Tooptip sample
│ ├── README.md
│ └── Selector Tooltip
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Selector Tooltip_462.csproj
│ │ ├── Selector Tooltip_462.sln
│ │ ├── Selector Tooltip_60.csproj
│ │ ├── Selector Tooltip_60.sln
│ │ ├── Selector Tooltip_80.csproj
│ │ └── Selector Tooltip_80.sln
└── Selector
│ ├── README.md
│ └── Selector
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── Selector_462.csproj
│ ├── Selector_462.sln
│ ├── Selector_60.csproj
│ ├── Selector_60.sln
│ ├── Selector_80.csproj
│ ├── Selector_80.sln
│ ├── View
│ └── Diagram.cs
│ └── packages.config
├── Sequence Diagram
├── README.md
└── SequenceDiagram
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── SequenceDiagram_462.csproj
│ ├── SequenceDiagram_462.sln
│ ├── SequenceDiagram_80.csproj
│ └── SequenceDiagram_80.sln
├── Serialization
├── MermaidTextToDiagramLayout
│ ├── MermaidTextToDiagramLayout
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MermaidTextToDiagramLayout_462.csproj
│ │ ├── MermaidTextToDiagramLayout_462.sln
│ │ ├── MermaidTextToDiagramLayout_60.csproj
│ │ ├── MermaidTextToDiagramLayout_60.sln
│ │ ├── MermaidTextToDiagramLayout_80.csproj
│ │ ├── MermaidTextToDiagramLayout_80.sln
│ │ ├── MermaidTextToDiagramLayout_90.csproj
│ │ ├── MermaidTextToDiagramLayout_90.sln
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── Serialization
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Serialization WPF_462.csproj
│ │ ├── Serialization WPF_462.sln
│ │ ├── Serialization WPF_60.csproj
│ │ ├── Serialization WPF_60.sln
│ │ ├── Serialization WPF_80.csproj
│ │ ├── Serialization WPF_80.sln
│ │ ├── Utility
│ │ └── Command.cs
│ │ ├── ViewModel
│ │ ├── CustomNode.cs
│ │ └── DiagramVM.cs
│ │ └── packages.config
└── SerializeMultipleDiagramPages
│ ├── README.md
│ └── Sample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── SerializeMultipleDiagramPages_462.csproj
│ ├── SerializeMultipleDiagramPages_462.sln
│ ├── SerializeMultipleDiagramPages_60.csproj
│ ├── SerializeMultipleDiagramPages_60.sln
│ ├── SerializeMultipleDiagramPages_80.csproj
│ ├── SerializeMultipleDiagramPages_80.sln
│ └── packages.config
├── SfTreeView To Diagram
├── README.md
└── Sample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Asset
│ ├── Image1.png
│ ├── Image2.png
│ └── Image3.png
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── Simple SfDiagram WPF_462.csproj
│ ├── Simple SfDiagram WPF_462.sln
│ ├── Simple SfDiagram WPF_60.csproj
│ ├── Simple SfDiagram WPF_60.sln
│ ├── Simple SfDiagram WPF_80.csproj
│ ├── Simple SfDiagram WPF_80.sln
│ └── packages.config
├── Shapes
├── README.md
└── Shapes
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── Shapes_462.csproj
│ ├── Shapes_462.sln
│ ├── Shapes_60.csproj
│ ├── Shapes_60.sln
│ ├── Shapes_80.csproj
│ ├── Shapes_80.sln
│ └── packages.config
├── Snapping
├── README.md
├── Snapping
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Snapping_462.csproj
│ ├── Snapping_462.sln
│ ├── Snapping_60.csproj
│ ├── Snapping_60.sln
│ ├── Snapping_80.csproj
│ ├── Snapping_80.sln
│ ├── Utility
│ │ └── Command.cs
│ ├── ViewModel
│ │ └── Snapping.cs
│ └── packages.config
└── SnappingLineForNodeOnly
│ ├── README.md
│ └── SnappingForNode
│ └── SnappingForNode
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── SnappingForNode_462.csproj
│ ├── SnappingForNode_462.sln
│ ├── SnappingForNode_60.csproj
│ ├── SnappingForNode_60.sln
│ ├── SnappingForNode_80.csproj
│ ├── SnappingForNode_80.sln
│ └── packages.config
├── Stencil
├── AutoConnectSample
│ ├── AutoConnect
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── AutoConnect_462.csproj
│ │ ├── AutoConnect_462.sln
│ │ ├── AutoConnect_60.csproj
│ │ ├── AutoConnect_60.sln
│ │ ├── AutoConnect_80.csproj
│ │ ├── AutoConnect_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── QuickCommandTemplate.xaml
│ │ ├── ShapePanel.xaml
│ │ ├── ShapePanel.xaml.cs
│ │ └── StencilViewModel.cs
│ └── README.md
├── CollapseVisibility
│ ├── CollapseVisibility
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CollapseVisibility_462.csproj
│ │ ├── CollapseVisibility_462.sln
│ │ ├── CollapseVisibility_60.csproj
│ │ ├── CollapseVisibility_60.sln
│ │ ├── CollapseVisibility_80.csproj
│ │ ├── CollapseVisibility_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── EnableOrDisableSymbol
│ ├── EnableOrDisableSymbol
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── EnableOrDisableSymbol_462.csproj
│ │ ├── EnableOrDisableSymbol_462.sln
│ │ ├── EnableOrDisableSymbol_60.csproj
│ │ ├── EnableOrDisableSymbol_60.sln
│ │ ├── EnableOrDisableSymbol_80.csproj
│ │ ├── EnableOrDisableSymbol_80.sln
│ │ ├── Image
│ │ │ ├── image2.png
│ │ │ └── user_image.png
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ └── README.md
├── Load_Symbol
│ ├── LastSymbolLoaded
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Assets
│ │ │ ├── Logo.png
│ │ │ ├── SmallLogo.png
│ │ │ ├── SplashScreen.png
│ │ │ └── StoreLogo.png
│ │ ├── Common
│ │ │ └── StandardStyles.xaml
│ │ ├── LastSymbolLoaded.csproj
│ │ ├── LastSymbolLoaded.sln
│ │ ├── LastSymbolLoaded.v12.suo
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── stencilcheck_TemporaryKey.pfx
│ ├── LoadSymbol
│ │ └── LoadSymbol
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── LoadSymbol_462.csproj
│ │ │ ├── LoadSymbol_462.sln
│ │ │ ├── LoadSymbol_60.csproj
│ │ │ ├── LoadSymbol_60.sln
│ │ │ ├── LoadSymbol_80.csproj
│ │ │ ├── LoadSymbol_80.sln
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ └── packages.config
│ └── README.md
├── ModifySymbolCollectionAtRunTime
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StencilDiagramElements_462.csproj
│ │ ├── StencilDiagramElements_462.sln
│ │ ├── StencilDiagramElements_60.csproj
│ │ ├── StencilDiagramElements_60.sln
│ │ ├── StencilDiagramElements_80.csproj
│ │ ├── StencilDiagramElements_80.sln
│ │ └── packages.config
├── PreviewEffectWithoutDragTheSymbol
│ ├── PreviewEffectWithOutDrag
│ │ └── PreviewEffectWithOutDrag
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── PreviewEffectWithOutDrag_462.csproj
│ │ │ ├── PreviewEffectWithOutDrag_462.sln
│ │ │ ├── PreviewEffectWithOutDrag_60.csproj
│ │ │ ├── PreviewEffectWithOutDrag_60.sln
│ │ │ ├── PreviewEffectWithOutDrag_80.csproj
│ │ │ ├── PreviewEffectWithOutDrag_80.sln
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ └── packages.config
│ └── README.md
├── RestrictSymbolDropping
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── RestrictSymbolDropping_462.csproj
│ │ ├── RestrictSymbolDropping_462.sln
│ │ ├── RestrictSymbolDropping_60.csproj
│ │ ├── RestrictSymbolDropping_60.sln
│ │ ├── RestrictSymbolDropping_80.csproj
│ │ ├── RestrictSymbolDropping_80.sln
│ │ └── packages.config
├── SetAutomationIDForSearchbox
│ ├── README.md
│ └── StencilSample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StencilSample_462.csproj
│ │ ├── StencilSample_462.sln
│ │ ├── StencilSample_60.csproj
│ │ ├── StencilSample_60.sln
│ │ ├── StencilSample_80.csproj
│ │ └── StencilSample_80.sln
├── Stencil Drag Drop Template
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Asset
│ │ └── And.png
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── README.md
│ ├── Stencil Drag Drop Template_462.csproj
│ ├── Stencil Drag Drop Template_462.sln
│ ├── Stencil Drag Drop Template_60.csproj
│ ├── Stencil Drag Drop Template_60.sln
│ ├── Stencil Drag Drop Template_80.csproj
│ ├── Stencil Drag Drop Template_80.sln
│ ├── ViewModel
│ │ ├── CustomNode.cs
│ │ └── DiagramVM.cs
│ └── packages.config
├── Stencil Save and Load
│ └── Stencil Save and Load
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Stencil_Save_and_Load_462.csproj
│ │ ├── Stencil_Save_and_Load_462.sln
│ │ ├── Stencil_Save_and_Load_60.csproj
│ │ ├── Stencil_Save_and_Load_60.sln
│ │ ├── Stencil_Save_and_Load_80.csproj
│ │ ├── Stencil_Save_and_Load_80.sln
│ │ └── Viewmodel
│ │ └── StencilVM.cs
├── Stencil-with-node-connector-group
│ ├── README.md
│ └── StencilDiagramElements
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StencilDiagramElements_462.csproj
│ │ ├── StencilDiagramElements_462.sln
│ │ ├── StencilDiagramElements_60.csproj
│ │ ├── StencilDiagramElements_60.sln
│ │ ├── StencilDiagramElements_80.csproj
│ │ ├── StencilDiagramElements_80.sln
│ │ └── packages.config
├── Stencil-with-symbols
│ ├── README.md
│ └── StencilSymbolViewModel
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Image
│ │ └── user_image.png
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StencilSymbolViewModel_462.csproj
│ │ ├── StencilSymbolViewModel_462.sln
│ │ ├── StencilSymbolViewModel_60.csproj
│ │ ├── StencilSymbolViewModel_60.sln
│ │ ├── StencilSymbolViewModel_80.csproj
│ │ ├── StencilSymbolViewModel_80.sln
│ │ └── packages.config
├── StencilCategory
│ ├── README.md
│ └── StencilCategory
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StencilCategorySample_462.csproj
│ │ ├── StencilCategorySample_462.sln
│ │ ├── StencilCategorySample_60.csproj
│ │ ├── StencilCategorySample_60.sln
│ │ ├── StencilCategorySample_80.csproj
│ │ ├── StencilCategorySample_80.sln
│ │ └── ViewModel
│ │ └── StencilViewModel.cs
├── StencilContextMenu
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Icons
│ │ ├── Copy.png
│ │ ├── Cut.png
│ │ ├── Paste.png
│ │ ├── Rename.png
│ │ └── delete.png
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── StencilContextMenu_462.csproj
│ ├── StencilContextMenu_462.sln
│ ├── StencilContextMenu_60.csproj
│ ├── StencilContextMenu_60.sln
│ ├── StencilContextMenu_80.csproj
│ ├── StencilContextMenu_80.sln
│ └── packages.config
├── StencilCustomCommands
│ ├── README.md
│ └── StencilCustomCommand
│ │ └── StencilCustomCommand
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StencilCustomCommand_462.csproj
│ │ ├── StencilCustomCommand_462.sln
│ │ ├── StencilCustomCommand_60.csproj
│ │ ├── StencilCustomCommand_60.sln
│ │ ├── StencilCustomCommand_80.csproj
│ │ ├── StencilCustomCommand_80.sln
│ │ ├── Utility
│ │ └── Command.cs
│ │ └── packages.config
├── StencilTabView
│ ├── README.md
│ └── StencilTab
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Images
│ │ └── iconheader.png
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StencilTab_462.csproj
│ │ ├── StencilTab_462.sln
│ │ ├── StencilTab_60.csproj
│ │ ├── StencilTab_60.sln
│ │ ├── StencilTab_80.csproj
│ │ ├── StencilTab_80.sln
│ │ ├── ViewModel
│ │ └── StencilViewModel.cs
│ │ └── packages.config
├── Stencil_ListView
│ ├── README.md
│ └── Stencil_ListView
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StencilListView_462.csproj
│ │ ├── StencilListView_462.sln
│ │ ├── StencilListView_60.csproj
│ │ ├── StencilListView_60.sln
│ │ ├── StencilListView_80.csproj
│ │ ├── StencilListView_80.sln
│ │ └── packages.config
├── Style
│ ├── README.md
│ └── Stencil_Style
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── ApplicationInsights.config
│ │ ├── Assets
│ │ ├── ImageBack.jpg
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png
│ │ ├── StoreLogo.png
│ │ └── Wide310x150Logo.scale-200.png
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ │ ├── Stencil_Style.csproj
│ │ ├── Stencil_Style.csproj.user
│ │ ├── Stencil_Style_TemporaryKey.pfx
│ │ ├── project.json
│ │ └── project.lock.json
├── SymbolFilters-sample
│ ├── README.md
│ └── SymbolFilters
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SymbolFilters_462.csproj
│ │ ├── SymbolFilters_462.sln
│ │ ├── SymbolFilters_60.csproj
│ │ ├── SymbolFilters_60.sln
│ │ ├── SymbolFilters_80.csproj
│ │ ├── SymbolFilters_80.sln
│ │ ├── ViewModel
│ │ └── StencilVM.cs
│ │ └── packages.config
├── SymbolGroupSerialize
│ ├── README.md
│ └── SymbolGroupSerialize
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SymbolGroupSerialize_462.csproj
│ │ ├── SymbolGroupSerialize_462.sln
│ │ ├── SymbolGroupSerialize_60.csproj
│ │ ├── SymbolGroupSerialize_60.sln
│ │ ├── SymbolGroupSerialize_80.csproj
│ │ ├── SymbolGroupSerialize_80.sln
│ │ ├── SymbolGroupSerialize_90.csproj
│ │ ├── SymbolGroupSerialize_90.sln
│ │ ├── User.jpg
│ │ └── ViewModel
│ │ └── StencilViewModel.cs
├── SymbolGroupViewModel
│ ├── BasicSymbolGroupViewModel
│ │ ├── README.md
│ │ └── Sample
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ ├── SymbolGroupViewModels_462.csproj
│ │ │ ├── SymbolGroupViewModels_462.sln
│ │ │ ├── SymbolGroupViewModels_60.csproj
│ │ │ ├── SymbolGroupViewModels_60.sln
│ │ │ ├── SymbolGroupViewModels_80.csproj
│ │ │ ├── SymbolGroupViewModels_80.sln
│ │ │ └── packages.config
│ └── SymbolGroupsWithContextMenu
│ │ ├── README.md
│ │ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Images
│ │ ├── Arrow Up -03.png
│ │ ├── Cut.png
│ │ ├── Delete.png
│ │ ├── Edit Annotation.png
│ │ ├── Folder-Copy.png
│ │ ├── Road-Backward.png
│ │ ├── Trash-WF.png
│ │ ├── User-Login.png
│ │ └── iconheader.png
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SymbolGroupsWithContextMenu_462.csproj
│ │ ├── SymbolGroupsWithContextMenu_462.sln
│ │ ├── SymbolGroupsWithContextMenu_60.csproj
│ │ ├── SymbolGroupsWithContextMenu_60.sln
│ │ ├── SymbolGroupsWithContextMenu_80.csproj
│ │ ├── SymbolGroupsWithContextMenu_80.sln
│ │ ├── ViewModel
│ │ └── StencilViewModel.cs
│ │ └── packages.config
├── Update-Symbol-Color
│ ├── README.md
│ └── Update-Symbol-Color
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Update-Symbol-Color_462.csproj
│ │ ├── Update-Symbol-Color_462.sln
│ │ ├── Update-Symbol-Color_60.csproj
│ │ ├── Update-Symbol-Color_60.sln
│ │ ├── Update-Symbol-Color_80.csproj
│ │ ├── Update-Symbol-Color_80.sln
│ │ └── ViewModel.cs
└── UserControlsInStencil
│ ├── README.md
│ └── Sample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── UserControlsInStencil_462.csproj
│ ├── UserControlsInStencil_462.sln
│ ├── UserControlsInStencil_60.csproj
│ ├── UserControlsInStencil_60.sln
│ ├── UserControlsInStencil_80.csproj
│ ├── UserControlsInStencil_80.sln
│ └── packages.config
├── Swimlane
├── RestrictNodeDraggingFromNativeLane
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RestrictNodeDragFromLane_462.csproj
│ ├── RestrictNodeDragFromLane_462.sln
│ ├── RestrictNodeDragFromLane_60.csproj
│ ├── RestrictNodeDragFromLane_60.sln
│ ├── RestrictNodeDragFromLane_80.csproj
│ ├── RestrictNodeDragFromLane_80.sln
│ ├── Utility
│ │ └── Commands.cs
│ ├── ViewModel
│ │ └── DiagramVM.cs
│ └── packages.config
├── Swimlane-Sample
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Swimlane_462.csproj
│ │ ├── Swimlane_462.sln
│ │ ├── Swimlane_60.csproj
│ │ ├── Swimlane_60.sln
│ │ ├── Swimlane_80.csproj
│ │ ├── Swimlane_80.sln
│ │ ├── Utility
│ │ └── Commands.cs
│ │ ├── ViewModel
│ │ └── DiagramVM.cs
│ │ └── packages.config
├── SwimlaneCreation
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SwimlaneCreation_462.csproj
│ │ ├── SwimlaneCreation_462.sln
│ │ ├── SwimlaneCreation_60.csproj
│ │ ├── SwimlaneCreation_60.sln
│ │ ├── SwimlaneCreation_80.csproj
│ │ ├── SwimlaneCreation_80.sln
│ │ └── packages.config
├── Swimlane_Add_Remove_Lane
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SwimlaneAddRemoveLane_462.csproj
│ │ ├── SwimlaneAddRemoveLane_462.sln
│ │ ├── SwimlaneAddRemoveLane_60.csproj
│ │ ├── SwimlaneAddRemoveLane_60.sln
│ │ ├── SwimlaneAddRemoveLane_80.csproj
│ │ ├── SwimlaneAddRemoveLane_80.sln
│ │ ├── Utility
│ │ └── Commands.cs
│ │ ├── ViewModel
│ │ └── DiagramVM.cs
│ │ └── packages.config
├── Swimlane_Add_Remove_Phase
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SwimlaneAddRemovePhase_462.csproj
│ │ ├── SwimlaneAddRemovePhase_462.sln
│ │ ├── SwimlaneAddRemovePhase_60.csproj
│ │ ├── SwimlaneAddRemovePhase_60.sln
│ │ ├── SwimlaneAddRemovePhase_80.csproj
│ │ ├── SwimlaneAddRemovePhase_80.sln
│ │ ├── Utility
│ │ └── Commands.cs
│ │ ├── ViewModel
│ │ └── DiagramVM.cs
│ │ └── packages.config
├── Swimlane_Header
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SwimlaneHeader_462.csproj
│ │ ├── SwimlaneHeader_462.sln
│ │ ├── SwimlaneHeader_60.csproj
│ │ ├── SwimlaneHeader_60.sln
│ │ ├── SwimlaneHeader_80.csproj
│ │ ├── SwimlaneHeader_80.sln
│ │ └── packages.config
└── Swimlane_Lane_Children
│ ├── README.md
│ └── Sample
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── SwimlaneLaneChildren_462.csproj
│ ├── SwimlaneLaneChildren_462.sln
│ ├── SwimlaneLaneChildren_60.csproj
│ ├── SwimlaneLaneChildren_60.sln
│ ├── SwimlaneLaneChildren_80.csproj
│ ├── SwimlaneLaneChildren_80.sln
│ ├── Utility
│ └── Commands.cs
│ ├── ViewModel
│ └── DiagramVM.cs
│ └── packages.config
├── Theme
├── Simple-Builtintheme-sample
│ ├── BuiltinTheme
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── BuiltinTheme_462.csproj
│ │ ├── BuiltinTheme_462.sln
│ │ ├── BuiltinTheme_60.csproj
│ │ ├── BuiltinTheme_60.sln
│ │ ├── BuiltinTheme_80.csproj
│ │ ├── BuiltinTheme_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── packages.config
│ └── README.md
└── ThemeStyle
│ ├── CS
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ThemeStyle_462.csproj
│ ├── ThemeStyle_462.sln
│ ├── ThemeStyle_60.csproj
│ ├── ThemeStyle_60.sln
│ ├── ThemeStyle_80.csproj
│ ├── ThemeStyle_80.sln
│ ├── View
│ │ ├── CustomEffect.cs
│ │ ├── DesignRibbonGallery.cs
│ │ ├── DesignRibbonGalleryItem.cs
│ │ ├── DesignVariantRibbonGalleryItem.cs
│ │ └── HomeRibbonGalleryItem.cs
│ ├── ViewModel
│ │ ├── DiagramVM.cs
│ │ └── GalleryStyle.cs
│ └── packages.config
│ └── README.md
├── Thumb
├── ConnectorSegment
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── ConnectorSegment_462.csproj
│ ├── ConnectorSegment_462.sln
│ ├── ConnectorSegment_60.csproj
│ ├── ConnectorSegment_60.sln
│ ├── ConnectorSegment_80.csproj
│ ├── ConnectorSegment_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── packages.config
└── README.md
├── ToolTip
└── ToolTipForNodeAndNodePorts
│ ├── README.md
│ └── Sample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── ToolTipForNodeAndNodePorts_462.csproj
│ ├── ToolTipForNodeAndNodePorts_462.sln
│ ├── ToolTipForNodeAndNodePorts_60.csproj
│ ├── ToolTipForNodeAndNodePorts_60.sln
│ ├── ToolTipForNodeAndNodePorts_80.csproj
│ ├── ToolTipForNodeAndNodePorts_80.sln
│ ├── ViewModel
│ ├── CustomNodePortVM.cs
│ └── CustomNodeVM.cs
│ └── packages.config
├── Tools
├── SetCursorSample
│ ├── README.md
│ └── SetCursorSample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SetCursorKBSample_462.csproj
│ │ ├── SetCursorKBSample_462.sln
│ │ ├── SetCursorKBSample_60.csproj
│ │ ├── SetCursorKBSample_60.sln
│ │ ├── SetCursorKBSample_80.csproj
│ │ ├── SetCursorKBSample_80.sln
│ │ ├── View
│ │ └── CustomClass.cs
│ │ ├── ViewModel
│ │ └── CustomViewModel.cs
│ │ └── packages.config
├── SetToolSample
│ ├── README.md
│ └── SetToolSample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SetTool_462.csproj
│ │ ├── SetTool_462.sln
│ │ ├── SetTool_60.csproj
│ │ ├── SetTool_60.sln
│ │ ├── SetTool_80.csproj
│ │ ├── SetTool_80.sln
│ │ ├── View
│ │ └── CustomClass.cs
│ │ ├── ViewModel
│ │ └── CustomViewModel.cs
│ │ └── packages.config
└── Switch-between-tools
│ ├── README.md
│ └── ToolSelection
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── ToolSelection_462.csproj
│ ├── ToolSelection_462.sln
│ ├── ToolSelection_60.csproj
│ ├── ToolSelection_60.sln
│ ├── ToolSelection_80.csproj
│ ├── ToolSelection_80.sln
│ ├── Utility
│ └── Command.cs
│ ├── ViewModel
│ └── DiagramVM.cs
│ └── packages.config
├── TreeViewToDiagram
├── DifferentObjectsfromSfTreeViewToDiagram
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── DifferentObjectsfromSfTreeViewToDiagram_462.csproj
│ │ ├── DifferentObjectsfromSfTreeViewToDiagram_462.sln
│ │ ├── DifferentObjectsfromSfTreeViewToDiagram_60.csproj
│ │ ├── DifferentObjectsfromSfTreeViewToDiagram_60.sln
│ │ ├── DifferentObjectsfromSfTreeViewToDiagram_80.csproj
│ │ ├── DifferentObjectsfromSfTreeViewToDiagram_80.sln
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
├── MultipleDiagramPages
│ ├── README.md
│ └── Sample
│ │ ├── AddNewPage_Sample_462.csproj
│ │ ├── AddNewPage_Sample_462.sln
│ │ ├── AddNewPage_Sample_60.csproj
│ │ ├── AddNewPage_Sample_60.sln
│ │ ├── AddNewPage_Sample_80.csproj
│ │ ├── AddNewPage_Sample_80.sln
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ └── packages.config
├── TreeViewEditing
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Model
│ │ └── Items.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── SfDiagram binding with TreeView_462.csproj
│ │ ├── SfDiagram binding with TreeView_462.sln
│ │ ├── SfDiagram binding with TreeView_60.csproj
│ │ ├── SfDiagram binding with TreeView_60.sln
│ │ ├── SfDiagram binding with TreeView_80.csproj
│ │ ├── SfDiagram binding with TreeView_80.sln
│ │ ├── Utility
│ │ └── Commands.cs
│ │ ├── ViewModel
│ │ └── CustomDiagramViewModel.cs
│ │ └── packages.config
└── TreeViewToDiagram
│ ├── README.md
│ └── TreeviewToDiagram
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── TreeviewToDiagram_462.csproj
│ ├── TreeviewToDiagram_462.sln
│ ├── TreeviewToDiagram_60.csproj
│ ├── TreeviewToDiagram_60.sln
│ ├── TreeviewToDiagram_80.csproj
│ ├── TreeviewToDiagram_80.sln
│ ├── Utility
│ └── Command.cs
│ ├── Viewmodel
│ └── DiagramVM.cs
│ └── packages.config
├── UseCase Diagrams
├── Activity Diagram
│ ├── ActivityDiagram
│ │ └── ActivityDiagram
│ │ │ ├── ActivityDiagram_462.csproj
│ │ │ ├── ActivityDiagram_462.sln
│ │ │ ├── ActivityDiagram_60.csproj
│ │ │ ├── ActivityDiagram_60.sln
│ │ │ ├── ActivityDiagram_80.csproj
│ │ │ ├── ActivityDiagram_80.sln
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ │ ├── ViewModel
│ │ │ └── ActivityDiagramViewmodel.cs
│ │ │ └── packages.config
│ └── Readme.md
├── State Diagram
│ ├── Readme.md
│ └── StateDiagram
│ │ └── StateDiagram
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── StateDiagram_462.csproj
│ │ ├── StateDiagram_462.sln
│ │ ├── StateDiagram_60.csproj
│ │ ├── StateDiagram_60.sln
│ │ ├── StateDiagram_80.csproj
│ │ ├── StateDiagram_80.sln
│ │ ├── ViewModel
│ │ └── StateDiagramViewModel.cs
│ │ └── packages.config
└── UseCase Diagram
│ ├── Readme.md
│ └── UseCaseDiagram
│ └── UseCaseDiagram
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── UseCaseDiagram_462.csproj
│ ├── UseCaseDiagram_462.sln
│ ├── UseCaseDiagram_60.csproj
│ ├── UseCaseDiagram_60.sln
│ ├── UseCaseDiagram_80.csproj
│ ├── UseCaseDiagram_80.sln
│ ├── ViewModel
│ └── UsecaseDiagramViewModel.cs
│ └── packages.config
├── Usecase samples
├── DiagramWithPropertyGrid
│ ├── README.md
│ └── Sample
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ │ ├── Property Grid sample_462.csproj
│ │ ├── Property Grid sample_462.sln
│ │ ├── Property Grid sample_60.csproj
│ │ ├── Property Grid sample_60.sln
│ │ ├── Property Grid sample_80.csproj
│ │ ├── Property Grid sample_80.sln
│ │ └── packages.config
├── FlowchartCreator
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── FlowchartCreator_462.csproj
│ ├── FlowchartCreator_462.sln
│ ├── FlowchartCreator_60.csproj
│ ├── FlowchartCreator_60.sln
│ ├── FlowchartCreator_80.csproj
│ ├── FlowchartCreator_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Readme.md
│ ├── Utility
│ │ └── Command.cs
│ ├── ViewModel
│ │ └── DiagramVM.cs
│ └── packages.config
└── UML Class Diagram
│ ├── Readme.md
│ └── Sample
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Class Diagram_462.csproj
│ ├── Class Diagram_462.sln
│ ├── Class Diagram_60.csproj
│ ├── Class Diagram_60.sln
│ ├── Class Diagram_80.csproj
│ ├── Class Diagram_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ ├── AssemblyInfo.cs
│ ├── Settings.Designer.cs
│ └── Settings.settings
│ ├── ViewModel
│ └── DiagramVM.cs
│ └── packages.config
├── Validation
├── ConnectionValidation
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── ConnectionValidation_462.csproj
│ ├── ConnectionValidation_462.sln
│ ├── ConnectionValidation_60.csproj
│ ├── ConnectionValidation_60.sln
│ ├── ConnectionValidation_80.csproj
│ ├── ConnectionValidation_80.sln
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── packages.config
└── README.md
└── Virtualization
├── README.md
└── Virtualization
├── App.config
├── App.ico
├── App.xaml
├── App.xaml.cs
├── MainWindow.xaml
├── MainWindow.xaml.cs
├── Properties
├── AssemblyInfo.cs
├── Resources.Designer.cs
├── Resources.resx
├── Settings.Designer.cs
└── Settings.settings
├── Virtualization_462.csproj
├── Virtualization_462.sln
├── Virtualization_60.csproj
├── Virtualization_60.sln
├── Virtualization_80.csproj
├── Virtualization_80.sln
└── packages.config
/Samples/Animation/Animation/Animation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Animation/Animation/Animation/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Annotations/AnnotationSelection/AnnotationSelection/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Annotations/AnnotationSelection/AnnotationSelection/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Annotations/AnnotationVisibilityWPF/AnnotationVisibility/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/App.ico
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/AboveCenter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/AboveCenter.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/BelowCenter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/BelowCenter.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/BottomLeft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/BottomLeft.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/BottomRight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/BottomRight.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/Center.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/Center.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/CenterText.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/CenterText.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/Italic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/Italic.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/LeftText.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/LeftText.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/MarginText.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/MarginText.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/RightText.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/RightText.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/SourceText.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/SourceText.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/Strike.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/Strike.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/TargetText.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/TargetText.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/Underline16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/Underline16.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Images/bold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Annotations/Annotations/Images/bold.png
--------------------------------------------------------------------------------
/Samples/Annotations/Annotations/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Annotations/HighlightNodeAndAnnotation/HighlightNodeAndAnnotation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Annotations/MultipleAnnotation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Annotations/MultipleAnnotation/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Custom DataSource/CustomDataSource/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Custom DataSource/CustomDataSource/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/SfDiagramWithMSAGL/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/SfDiagramWithMSAGL/Graph/Graph1.Graph:
--------------------------------------------------------------------------------
1 | 10->13
2 | 11->13
3 | 16->13
4 | 14->11
5 | 9->15
6 | 8->12
7 | 15->12
8 | 12->17
9 | 12->5
10 | 5->7
11 | 5->6
12 | 2->1
13 | 0->4
14 | 1->4
15 | 8->17
16 | 14->10
17 | 2->3
18 | 1->3
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/SfDiagramWithMSAGL/Graph/Graph2.Graph:
--------------------------------------------------------------------------------
1 | 0->1->2->3->4->5->0
2 | 12->13->14->15->16->17->12
3 | 4->16
4 | 5->17
5 | 0->12
6 | 1->13
7 | 2->14
8 | 3->15
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/SfDiagramWithMSAGL/Graph/Graph3.Graph:
--------------------------------------------------------------------------------
1 | 0->1
2 | 0->2
3 | 1->3
4 | 1->4
5 | 1->5
6 | 2->6
7 | 6->10
8 | 6->11
9 | 6->9
10 | 6->8
11 | 6->7
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/SfDiagramWithMSAGL/Graph/Graph4.Graph:
--------------------------------------------------------------------------------
1 | 0->2
2 | 0->1
3 | 0->3
4 | 1->3
5 | 1->4
6 | 4->5
7 | 3->6
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/SfDiagramWithMSAGL/Graph/Graph5.Graph:
--------------------------------------------------------------------------------
1 | A->B->C->D->A
2 | E->F->G->H->E
3 | A->E
4 | B->F
5 | C->G
6 | D->H
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/SfDiagramWithMSAGL/Graph/Graph6.Graph:
--------------------------------------------------------------------------------
1 | A->B->C->D->E->F->A
2 | A->G->H->I->B
3 | I->J->K->C
4 | K->L->M->D
5 | M->N->O->E
6 | O->P->Q->F
7 | Q->R->G
8 | H->S->T->J
9 | T->U->L
10 | U->V->N
11 | V->W->P
12 | W->X->R
13 | X->S
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/SfDiagramWithMSAGL/Graph/GraphWithBug.msagl.geom.Graph:
--------------------------------------------------------------------------------
1 | 5->2
2 | 7->2
3 | 2->5
4 | 3->13
5 | 4->13
6 | 7->13
7 | 13->9
8 | 13->11
9 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/SfDiagramWithMSAGL/Graph/Prob0.msagl.geom.Graph:
--------------------------------------------------------------------------------
1 | 11->2
2 | 11->1
3 | 1->11
4 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/DataSource-as-NodeViewModel/HierarchicalTree/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Flowchart Layout/Flowchart Layout/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Flowchart Layout/Flowchart Layout/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Flowchart Layout/Flowchart Layout/App.ico
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Flowchart Layout/Flowchart Layout/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Hierarchical Tree/Hierarchical Tree/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Hierarchical Tree/Hierarchical Tree/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Hierarchical Tree/Hierarchical Tree/App.ico
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Hierarchical Tree/Hierarchical Tree/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout - Custom appearance/CS/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout - Custom appearance/CS/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Mindmap Layout - Custom appearance/CS/App.ico
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout - Custom appearance/CS/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout - Custom appearance/Images/Mindmap Layout.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Mindmap Layout - Custom appearance/Images/Mindmap Layout.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout - Drag and drop/CS/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout - Drag and drop/CS/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Mindmap Layout - Drag and drop/CS/App.ico
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout - Drag and drop/CS/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout - Drag and drop/Images/Mindmap Layout.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Mindmap Layout - Drag and drop/Images/Mindmap Layout.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout - Expand and Collapse children/CS/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout - Expand and Collapse children/CS/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Mindmap Layout - Expand and Collapse children/CS/App.ico
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout - Expand and Collapse children/Images/Mindmap Layout.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Mindmap Layout - Expand and Collapse children/Images/Mindmap Layout.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout/CS/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout/CS/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Mindmap Layout/CS/App.ico
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout/CS/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Mindmap Layout/Images/Mindmap Layout.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Mindmap Layout/Images/Mindmap Layout.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/App.ico
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Clayton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Clayton.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Jenny.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Jenny.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/John.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/John.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Maria.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Maria.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Paul.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Paul.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Robin.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Robin.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Thomas.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/Thomas.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/eric.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/eric.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/female.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/female.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image12.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image2.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image3.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image50.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image51.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image51.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image53.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image53.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image54.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image54.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image55.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image55.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image56.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image56.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image57.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/image57.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/images7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/images7.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/images9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/images9.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/male.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/male.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/moreinfo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/moreinfo.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/smith.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Organization Chart/Organization Chart/Assets/smith.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Organization Chart/Organization Chart/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/App.ico
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Clayton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Clayton.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Jenny.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Jenny.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/John.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/John.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Maria.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Maria.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Paul.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Paul.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Robin.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Robin.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Thomas.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/Thomas.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/eric.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/eric.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/female.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/female.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image12.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image2.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image3.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image50.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image50.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image51.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image51.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image53.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image53.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image54.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image54.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image55.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image55.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image56.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image56.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image57.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/image57.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/images7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/images7.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/images9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/images9.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/male.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/male.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/moreinfo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/moreinfo.png
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/smith.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automatic Layout/Radial Tree/Radial Tree/Assets/smith.PNG
--------------------------------------------------------------------------------
/Samples/Automatic Layout/Radial Tree/Radial Tree/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automation/DiagramApplication/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Automation/DiagramApplication/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Automation/WPF Appium Testing.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Automation/WPF Appium Testing.docx
--------------------------------------------------------------------------------
/Samples/BPMNEditor/Sample/.vs/BPMNEditor_2017/v16/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/BPMNEditor/Sample/.vs/BPMNEditor_2017/v16/.suo
--------------------------------------------------------------------------------
/Samples/BPMNEditor/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/BPMNEditor/Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/BPMNEditor/Sample/App.ico
--------------------------------------------------------------------------------
/Samples/BPMNEditor/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Collision State/Collision State/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Collision State/Collision State/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Alignment Commands/Alignment Commands/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Alignment Commands/Alignment Commands/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/CTRL+DragDuplicationDisable/CTRL+DragDuplicationDisable/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Clipboard commands/Clipboard commands/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Clipboard commands/Clipboard commands/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Commands Sample/CS/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Commands Sample/CS/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Commands/Commands Sample/CS/App.ico
--------------------------------------------------------------------------------
/Samples/Commands/Commands Sample/CS/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/CustomCommand/CustomCommand/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/CustomCommand/CustomCommand/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Delete Command/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Delete Command/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Expand and Collapse command/Expand and Collapse Command/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Commands/Expand and Collapse command/Expand and Collapse Command/App.ico
--------------------------------------------------------------------------------
/Samples/Commands/Fit to page command/Fit to page command/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Fit to page command/Fit to page command/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Flip Command/Flip Command/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Flip Command/Flip Command/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Grouping Commands/Grouping Commands/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Grouping Commands/Grouping Commands/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Nudge Commands/Nudge Commands/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Nudge Commands/Nudge Commands/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/RemoveDefaultCommands/RemoveDefaultCommands/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/RemoveDefaultCommands/RemoveDefaultCommands/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Rotate Command/RotateCommand/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Rotate Command/RotateCommand/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/SelectToolCommand/SelectToolCommand/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/SelectToolCommand/SelectToolCommand/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Sizing Commands/Sizing Commands/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Sizing Commands/Sizing Commands/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Spacing Commands/Spacing Commands/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Spacing Commands/Spacing Commands/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Undo Redo/Undo Redo/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Undo Redo/Undo Redo/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Z-Order Commands/Z-Order Commands/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Z-Order Commands/Z-Order Commands/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Zoom Command/Zoom Command/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Commands/Zoom Command/Zoom Command/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Animated Connector/AnimatedConnector/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Connector/Animated Connector/AnimatedConnector/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Appearance/Appearance/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Appearance/Appearance/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/AvoidSegementsOverlapping/ConnectorSample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Connector/AvoidSegementsOverlapping/ConnectorSample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Connector Interactions/Connector Interactions/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Connector Padding/ConnectorPadding/ConnectorPadding/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/ConnectorsEndThumbDragging/ConnectorSegment/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/ConnectorsEndThumbDragging/ConnectorSegment/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Create Connector/Create Connector/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Create Connector/Create Connector/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Drawing Tools/Drawing Tools/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Drawing Tools/Drawing Tools/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Connector/Drawing Tools/Drawing Tools/App.ico
--------------------------------------------------------------------------------
/Samples/Connector/Drawing Tools/Drawing Tools/Images/Connectors_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Connector/Drawing Tools/Drawing Tools/Images/Connectors_1.png
--------------------------------------------------------------------------------
/Samples/Connector/Drawing Tools/Drawing Tools/Images/Connectors_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Connector/Drawing Tools/Drawing Tools/Images/Connectors_2.png
--------------------------------------------------------------------------------
/Samples/Connector/Drawing Tools/Drawing Tools/Images/Connectors_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Connector/Drawing Tools/Drawing Tools/Images/Connectors_3.png
--------------------------------------------------------------------------------
/Samples/Connector/Drawing Tools/Drawing Tools/Images/FreeHand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Connector/Drawing Tools/Drawing Tools/Images/FreeHand.png
--------------------------------------------------------------------------------
/Samples/Connector/Drawing Tools/Drawing Tools/Images/PolyLine.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Connector/Drawing Tools/Drawing Tools/Images/PolyLine.png
--------------------------------------------------------------------------------
/Samples/Connector/Drawing Tools/Drawing Tools/Images/User.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Connector/Drawing Tools/Drawing Tools/Images/User.png
--------------------------------------------------------------------------------
/Samples/Connector/Drawing Tools/Drawing Tools/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/GetOrSetSegmentsProgrammatically/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/RestrictConnectorSourceTargetChangedFromNativeNode/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/RestrictSegmentCollapse/RestrictSegmentCollapse/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Samples/Connector/Segments/Segments/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Segments/Segments/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/SplitAndJoinConnectorTestBedSample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/SplitAndJoinConnectorTestBedSample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Connector/SplitAndJoinConnectorTestBedSample/App.ico
--------------------------------------------------------------------------------
/Samples/Connector/SplitAndJoinConnectorTestBedSample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Straight Segment/Straight Segment/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/Straight Segment/Straight Segment/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Connector/UpdateAverageLength/UpdateAverageLength/UpdateAverageLength/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Constraints/Annotation-constraints-sample/Annotationconstraints/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Constraints/Constraints-Node-Connector-Graph/ConstraintsDemo/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Constraints/Port-Constraints-sample/Portconstraints/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Constraints/Port-Constraints-sample/Portconstraints/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Constraints/Selector-constraints-sample/Selectorconstraints/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Container/Container/.vs/Container/v17/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Container/Container/.vs/Container/v17/.suo
--------------------------------------------------------------------------------
/Samples/Container/Container/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Container/Container/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Container/ContainerExpandCollapse/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Container/ContainerExpandCollapse/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Container/ContainerNodeArrangeSampleUWP/ContainerSampleUWP/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Container/ContainerNodeArrangeSampleUWP/ContainerSampleUWP/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/Samples/Container/CustomContextMenuForContainer/Custom Context Menu/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Container/RestrictNodeFromContainer/RestrictNodeFromContainer/RestrictNodeFromContainer/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/ContextMenu/AddNodeUsingContextMenu/AddNodeUsingContextMenu/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ContextMenu/ColorPaletteInContextMenuItem/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ContextMenu/ColorPaletteInContextMenuItem/Sample/Icons/delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/ContextMenu/ColorPaletteInContextMenuItem/Sample/Icons/delete.png
--------------------------------------------------------------------------------
/Samples/ContextMenu/ColorPaletteInContextMenuItem/Sample/Icons/zoom.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/ContextMenu/ColorPaletteInContextMenuItem/Sample/Icons/zoom.jpg
--------------------------------------------------------------------------------
/Samples/ContextMenu/ColorPaletteInContextMenuItem/Sample/Icons/zoomin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/ContextMenu/ColorPaletteInContextMenuItem/Sample/Icons/zoomin.png
--------------------------------------------------------------------------------
/Samples/ContextMenu/ColorPaletteInContextMenuItem/Sample/Icons/zoomout.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/ContextMenu/ColorPaletteInContextMenuItem/Sample/Icons/zoomout.png
--------------------------------------------------------------------------------
/Samples/ContextMenu/ColorPaletteInContextMenuItem/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ContextMenu/ContextMenu-Icon-Customization/ContextMenuIcon/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ContextMenu/ContextMenu-Icon-Customization/ContextMenuIcon/Asset/Duplicate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/ContextMenu/ContextMenu-Icon-Customization/ContextMenuIcon/Asset/Duplicate.png
--------------------------------------------------------------------------------
/Samples/ContextMenu/ContextMenu-Icon-Customization/ContextMenuIcon/Asset/Edit Annotation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/ContextMenu/ContextMenu-Icon-Customization/ContextMenuIcon/Asset/Edit Annotation.png
--------------------------------------------------------------------------------
/Samples/ContextMenu/ContextMenu-Icon-Customization/ContextMenuIcon/Asset/Rotate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/ContextMenu/ContextMenu-Icon-Customization/ContextMenuIcon/Asset/Rotate.png
--------------------------------------------------------------------------------
/Samples/ContextMenu/Custom-ContextMenu-sasmple/CustomContextMenu/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/Context Menu/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/Context Menu/Icons/delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/Context Menu/Icons/delete.png
--------------------------------------------------------------------------------
/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/Context Menu/Icons/zoom.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/Context Menu/Icons/zoom.jpg
--------------------------------------------------------------------------------
/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/Context Menu/Icons/zoomin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/Context Menu/Icons/zoomin.png
--------------------------------------------------------------------------------
/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/Context Menu/Icons/zoomout.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/Context Menu/Icons/zoomout.png
--------------------------------------------------------------------------------
/Samples/ContextMenu/Paste-Contextmenu/PasteMenuItem/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ContextMenu/Paste-Contextmenu/PasteMenuItem/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ContextMenu/ShortCutKeyCommandForContextMenuItem/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ContextMenu/Textbox As SubMenuItem/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ContextMenu/Textbox As SubMenuItem/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/CreateDiagram/CreateDiagram/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/CreateDiagram/CreateDiagram/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/DataSource/Custom Layout Algorithm/CustomDataSource/CustomDataSource/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/DataSource/Flowchart Layout/Flowchart Layout/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/DataSource/Flowchart Layout/Flowchart Layout/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/DataSource/Flowchart Layout/Flowchart Layout/App.ico
--------------------------------------------------------------------------------
/Samples/DataSource/Flowchart Layout/Flowchart Layout/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/DataSource/Multi Parent/Multi Parent/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/DataSource/Multi Parent/Multi Parent/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/DataSource/Multi Parent/Multi Parent/App.ico
--------------------------------------------------------------------------------
/Samples/DataSource/Multi Parent/Multi Parent/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Diagram Ribbon/CustomDiagramRibbonTab/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Diagram Ribbon/DiagramRibbon/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Diagramming Application/DiagrammingApplication/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/DrawingTools/Drawing Tools/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/DrawingTools/Drawing Tools/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/DrawingTools/Drawing Tools/App.ico
--------------------------------------------------------------------------------
/Samples/DrawingTools/Drawing Tools/Images/Connectors_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/DrawingTools/Drawing Tools/Images/Connectors_1.png
--------------------------------------------------------------------------------
/Samples/DrawingTools/Drawing Tools/Images/Connectors_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/DrawingTools/Drawing Tools/Images/Connectors_2.png
--------------------------------------------------------------------------------
/Samples/DrawingTools/Drawing Tools/Images/Connectors_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/DrawingTools/Drawing Tools/Images/Connectors_3.png
--------------------------------------------------------------------------------
/Samples/DrawingTools/Drawing Tools/Images/FreeHand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/DrawingTools/Drawing Tools/Images/FreeHand.png
--------------------------------------------------------------------------------
/Samples/DrawingTools/Drawing Tools/Images/PolyLine.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/DrawingTools/Drawing Tools/Images/PolyLine.png
--------------------------------------------------------------------------------
/Samples/DrawingTools/Drawing Tools/Images/User.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/DrawingTools/Drawing Tools/Images/User.png
--------------------------------------------------------------------------------
/Samples/DrawingTools/Drawing Tools/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Exporting/CustomizeExport/CustomizeExport/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Exporting/CustomizeExport/CustomizeExport/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Exporting/Exporting/Exporting/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Exporting/Exporting/Exporting/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Exporting/Exporting/Exporting/App.ico
--------------------------------------------------------------------------------
/Samples/Exporting/Exporting/Exporting/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Exporting/HiddenExporting/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Exporting/HiddenExporting/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/GettingStarted/Simple-FlowChart-Creation/FlowchartCreation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/GettingStarted/Simple-OrganizationLayout-Creation/Orgchartcreation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/GettingStarted/StencilCreation/StencilCreation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/GettingStarted/StencilCreation/StencilCreation/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/GettingStarted/Template Studio Sample/SfDiagram Template Studio Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Gridlines/GridlineCustomSpacing/GridlinesCustomSpace/GridlinesCustomSpace/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Gridlines/GridlineStyle/GridlinesCustomStyle/GridlinesCustomStyle/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Group/GroupContainer/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Group/GroupContainer/Images/user_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Group/GroupContainer/Images/user_image.png
--------------------------------------------------------------------------------
/Samples/Group/GroupContainer/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Group/GroupScenario/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Group/GroupScenario/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Group/Restrict Node Dragging In Group/RestrictChildDraggingInGroup/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/HeatMap/RuntimeColorChange/ColorChanging-Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/HeatMap/RuntimeColorChange/ColorChanging-Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/HeatMap/RuntimeColorChange/ColorChanging-Sample/App.ico
--------------------------------------------------------------------------------
/Samples/HeatMap/RuntimeColorChange/ColorChanging-Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/HistoryManager/CustomHistoryManger/HistoryManager/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/HistoryManager/CustomHistoryManger/HistoryManager/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/HistoryManager/HistoryManagerDemoSample/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/HistoryManager/HistoryManagerDemoSample/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/HistoryManager/HistoryManagerStackView/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/HistoryManager/HistoryManagerStackView/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/CustomQuickCommand/CustomQuickCommand/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/CustomQuickCommand/CustomQuickCommand/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/CustomSelector-sample/CustomSelector/CustomSelector/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/DiagramScrollUsingArrowKeys/DiagramScrollUsingArrowKeys/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Interaction/DragSelectedItemsWIthMousePointAndPasteItOnMouse/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/IndicatorStyle-sample/IndicatorStyleSample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/KeyboardShortcuts-sample/KeyboardShortcut/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/KeyboardShortcuts-sample/KeyboardShortcut/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/MultipleQuickCommands/MultipleQuickCommands/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/NodeConnectorVisibility/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/NodeConnectorVisibility/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/ObjectsDraggingPositiveSide/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/ObjectsDraggingPositiveSide/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/PreviewSettings-sample/PreviewSettings/CreateDiagram/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/Selectionmode-sample/Selectionmode/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Interaction/Selectionmode-sample/Selectionmode/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Localization/Localization/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Localization/Localization/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/LogicCircuit/LogicCircuitSimulation/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/LogicCircuit/LogicCircuitSimulation/Sample/Enums.cs:
--------------------------------------------------------------------------------
1 | namespace LogicCircuitSimulation
2 | {
3 | public enum BinaryState
4 | {
5 | Zero = 0,
6 | One = 1,
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/Samples/LogicCircuit/LogicCircuitSimulation/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Magnifier/MagnifierSample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Magnifier/MagnifierSample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/CloneNode/CloneNode/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/CloneNode/CloneNode/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/ConnectionIndicatorStyle/ConnectionIndicatorStyle/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/ConnectionIndicatorStyle/ConnectionIndicatorStyle/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/GroupDragRestrictNodeDrag/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/GroupDragRestrictNodeDrag/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/ImageAnnotation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/ImageAnnotation/Image/image43.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Node/ImageAnnotation/Image/image43.png
--------------------------------------------------------------------------------
/Samples/Node/ImageAnnotation/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Multiple-SVG-paths-for-Node/MultipleSVGPaths/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Multiple-SVG-paths-for-Node/MultipleSVGPaths/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Node-with-CustomShapes/NodeWithCustomShapes/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Node-with-CustomShapes/NodeWithCustomShapes/Image/user_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Node/Node-with-CustomShapes/NodeWithCustomShapes/Image/user_image.png
--------------------------------------------------------------------------------
/Samples/Node/Node-with-CustomShapes/NodeWithCustomShapes/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Node-with-properties/NodeProperties/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Node-with-properties/NodeProperties/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/NodeContentSample/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/NodeContentSample/Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Node/NodeContentSample/Sample/App.ico
--------------------------------------------------------------------------------
/Samples/Node/NodeContentSample/Sample/Image/user_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Node/NodeContentSample/Sample/Image/user_image.png
--------------------------------------------------------------------------------
/Samples/Node/NodeContentSample/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/NodeStyleBasedOnKey/StencilDiagramElements/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/NodeStyleBasedOnKey/StencilDiagramElements/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/NodeZindex/ZindexUpdate/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/NodeZindex/ZindexUpdate/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/NodestylewithTemplateSelector/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/NodestylewithTemplateSelector/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Polyline-Node/PolylineNode/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Polyline-Node/PolylineNode/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Port-Node/PortNode/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Port-Node/PortNode/CustomPortVM.cs:
--------------------------------------------------------------------------------
1 | namespace WpfApplication13
2 | {
3 | public class CustomPortVM
4 | {
5 | }
6 | }
--------------------------------------------------------------------------------
/Samples/Node/Port-Node/PortNode/Pallet.cs:
--------------------------------------------------------------------------------
1 | namespace WpfApplication13
2 | {
3 | internal class Pallet
4 | {
5 | }
6 | }
--------------------------------------------------------------------------------
/Samples/Node/Port-Node/PortNode/PalletStation.cs:
--------------------------------------------------------------------------------
1 | namespace WpfApplication13
2 | {
3 | internal class PalletStation
4 | {
5 | }
6 | }
--------------------------------------------------------------------------------
/Samples/Node/Port-Node/PortNode/Product.cs:
--------------------------------------------------------------------------------
1 | namespace WpfApplication13
2 | {
3 | internal class Product
4 | {
5 | }
6 | }
--------------------------------------------------------------------------------
/Samples/Node/Port-Node/PortNode/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Port-Node/PortNode/Robot.cs:
--------------------------------------------------------------------------------
1 | namespace WpfApplication13
2 | {
3 | internal class Robot
4 | {
5 | }
6 | }
--------------------------------------------------------------------------------
/Samples/Node/Sample-for-GetNode/NodeConnectorSample/NodeConnectorSample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Node/Sample-for-NodeCreation/NodeCreation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Sample-for-NodeCreation/NodeCreation/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/SampleRotateNodeBasedOnSegment/RotateNodeBasedOnSegmentDecoratorRotation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Samples/Node/SerializeImageNode/SerializeImageNode/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/SerializeImageNode/SerializeImageNode/EC_Nodes/Images/component-1-fill.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Node/SerializeImageNode/SerializeImageNode/EC_Nodes/Images/component-1-fill.png
--------------------------------------------------------------------------------
/Samples/Node/SerializeImageNode/SerializeImageNode/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Switch_Icon_visibility/Icon Visibility/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Node/Switch_Icon_visibility/Icon Visibility/Asset/Duplicate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Node/Switch_Icon_visibility/Icon Visibility/Asset/Duplicate.png
--------------------------------------------------------------------------------
/Samples/Node/Switch_Icon_visibility/Icon Visibility/Asset/Lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Node/Switch_Icon_visibility/Icon Visibility/Asset/Lock.png
--------------------------------------------------------------------------------
/Samples/Node/Switch_Icon_visibility/Icon Visibility/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Overview/Overview/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Overview/Overview/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/App.ico
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/Logo.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/SmallLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/SmallLogo.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/SplashScreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/SplashScreen.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/baby.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/baby.jpg
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/baby.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/baby.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_03.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_05.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_07.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_07.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_09.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_09.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_100.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_101.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_101.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_102.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_102.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_103.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_103.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_104.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_104.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_105.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_105.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_106.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_106.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_107.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_107.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_108.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_108.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_109.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_109.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_11.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_14.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_16.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_18.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_20.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_23.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_23.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/cards_25.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/cards_25.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/diagram.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Assets/image43.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Overview/Overview/Assets/image43.png
--------------------------------------------------------------------------------
/Samples/Overview/Overview/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/PageBreaks/PageBreaksSample/PageBreaksSample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/PageBreaks/PageBreaksSample/PageBreaksSample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/PageSettings/ImageBackground/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/PageSettings/ImageBackground/Sample/Asset/Lock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/PageSettings/ImageBackground/Sample/Asset/Lock.png
--------------------------------------------------------------------------------
/Samples/PageSettings/ImageBackground/Sample/Asset/Museum .png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/PageSettings/ImageBackground/Sample/Asset/Museum .png
--------------------------------------------------------------------------------
/Samples/PageSettings/ImageBackground/Sample/Asset/Museum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/PageSettings/ImageBackground/Sample/Asset/Museum.png
--------------------------------------------------------------------------------
/Samples/PageSettings/ImageBackground/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/PageSettings/PageSettings/PageSettings/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/PageSettings/PageSettings/PageSettings/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Panning/MouseMiddleButton/MouseMiddleButton/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Panning/MouseMiddleButton/MouseMiddleButton/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/AutomaticPortCreation-through-settool/PortCreation_Settool/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/AutomaticPortCreation/AutoPortCreation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/AutomaticPortCreation/AutoPortCreation/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/DisplaySameColorPort/PortsSample/PortsSample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Port/DisplaySameColorPort/PortsSample/PortsSample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/How To Add Multiple Ports for Node/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/How To Add Multiple Ports for Node/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/How to achieve ZoomInZoomOut functionality in Ports/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/How to customize port-hover-effect/PortsSample/PortsSample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/Port-Customization/PortsDemo/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/Port-Customization/PortsDemo/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/PortToolOverride/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/PortToolOverride/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/Simple-PortCreation/SimplePortCreation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Port/Simple-PortCreation/SimplePortCreation/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Printing/CustomHeaderFooter/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Printing/CustomHeaderFooter/Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Printing/CustomHeaderFooter/Sample/App.ico
--------------------------------------------------------------------------------
/Samples/Printing/CustomHeaderFooter/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Printing/Printing/CS/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Printing/Printing/CS/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Printing/Printing/CS/App.ico
--------------------------------------------------------------------------------
/Samples/Printing/Printing/CS/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/QuickCommand/How to hide specific quick command/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/QuickCommand/How to hide specific quick command/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/QuickCommand/how-to-create-a-quick-command-in-diagram/User_Handle/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/RubberBandZoom/DeactivateRubberBandZoom/DeactivateZoom/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/RubberBandZoom/DeactivateRubberBandZoom/DeactivateZoom/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/RubberBandZoom/RubberBandZoom/RubberbandZoom/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/RubberBandZoom/RubberBandZoom/RubberbandZoom/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Rulers/Rulers/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ScrollSettings/BringIntoView-sample/BringToView/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ScrollSettings/BringIntoView-sample/BringToView/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ScrollSettings/Scroll using touch pad/Horizontal Scroll/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ScrollSettings/Scroll-Limit-sample/ScrollSettings/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ScrollSettings/Scroll-Limit-sample/ScrollSettings/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ScrollSettings/ScrollSettings-sample/ScrollSettings/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ScrollSettings/ScrollSettings-sample/ScrollSettings/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Selection/BindingSelectedItemViewToViewModel/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Selection/BindingSelectedItemViewToViewModel/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Selection/Node Selection/Node Selection/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Selection/Selection_Override/Selection_Override/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Selection/Selection_Override/Selection_Override/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Selection/Selector Tooptip sample/Selector Tooltip/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Selection/Selector Tooptip sample/Selector Tooltip/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Selection/Selector/Selector/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Selection/Selector/Selector/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Selection/Selector/Selector/App.ico
--------------------------------------------------------------------------------
/Samples/Selection/Selector/Selector/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Sequence Diagram/SequenceDiagram/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Sequence Diagram/SequenceDiagram/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Serialization/MermaidTextToDiagramLayout/MermaidTextToDiagramLayout/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Serialization/Serialization/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Serialization/Serialization/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Serialization/SerializeMultipleDiagramPages/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Samples/Serialization/SerializeMultipleDiagramPages/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/SfTreeView To Diagram/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/SfTreeView To Diagram/Sample/Asset/Image1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/SfTreeView To Diagram/Sample/Asset/Image1.png
--------------------------------------------------------------------------------
/Samples/SfTreeView To Diagram/Sample/Asset/Image2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/SfTreeView To Diagram/Sample/Asset/Image2.png
--------------------------------------------------------------------------------
/Samples/SfTreeView To Diagram/Sample/Asset/Image3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/SfTreeView To Diagram/Sample/Asset/Image3.png
--------------------------------------------------------------------------------
/Samples/SfTreeView To Diagram/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Shapes/Shapes/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Shapes/Shapes/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Snapping/Snapping/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Snapping/Snapping/App.ico
--------------------------------------------------------------------------------
/Samples/Snapping/Snapping/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Snapping/SnappingLineForNodeOnly/SnappingForNode/SnappingForNode/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Stencil/AutoConnectSample/AutoConnect/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Stencil/AutoConnectSample/AutoConnect/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/CollapseVisibility/CollapseVisibility/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Samples/Stencil/CollapseVisibility/CollapseVisibility/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/EnableOrDisableSymbol/EnableOrDisableSymbol/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Samples/Stencil/EnableOrDisableSymbol/EnableOrDisableSymbol/Image/image2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/EnableOrDisableSymbol/EnableOrDisableSymbol/Image/image2.png
--------------------------------------------------------------------------------
/Samples/Stencil/EnableOrDisableSymbol/EnableOrDisableSymbol/Image/user_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/EnableOrDisableSymbol/EnableOrDisableSymbol/Image/user_image.png
--------------------------------------------------------------------------------
/Samples/Stencil/EnableOrDisableSymbol/EnableOrDisableSymbol/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Load_Symbol/LastSymbolLoaded/Assets/Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Load_Symbol/LastSymbolLoaded/Assets/Logo.png
--------------------------------------------------------------------------------
/Samples/Stencil/Load_Symbol/LastSymbolLoaded/Assets/SmallLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Load_Symbol/LastSymbolLoaded/Assets/SmallLogo.png
--------------------------------------------------------------------------------
/Samples/Stencil/Load_Symbol/LastSymbolLoaded/Assets/SplashScreen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Load_Symbol/LastSymbolLoaded/Assets/SplashScreen.png
--------------------------------------------------------------------------------
/Samples/Stencil/Load_Symbol/LastSymbolLoaded/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Load_Symbol/LastSymbolLoaded/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/Samples/Stencil/Load_Symbol/LastSymbolLoaded/LastSymbolLoaded.v12.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Load_Symbol/LastSymbolLoaded/LastSymbolLoaded.v12.suo
--------------------------------------------------------------------------------
/Samples/Stencil/Load_Symbol/LastSymbolLoaded/stencilcheck_TemporaryKey.pfx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Load_Symbol/LastSymbolLoaded/stencilcheck_TemporaryKey.pfx
--------------------------------------------------------------------------------
/Samples/Stencil/Load_Symbol/LoadSymbol/LoadSymbol/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Load_Symbol/LoadSymbol/LoadSymbol/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/ModifySymbolCollectionAtRunTime/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/ModifySymbolCollectionAtRunTime/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/RestrictSymbolDropping/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/RestrictSymbolDropping/Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/RestrictSymbolDropping/Sample/App.ico
--------------------------------------------------------------------------------
/Samples/Stencil/RestrictSymbolDropping/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/SetAutomationIDForSearchbox/StencilSample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/SetAutomationIDForSearchbox/StencilSample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil Drag Drop Template/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil Drag Drop Template/Asset/And.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Stencil Drag Drop Template/Asset/And.png
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil Drag Drop Template/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil Save and Load/Stencil Save and Load/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil Save and Load/Stencil Save and Load/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Stencil Save and Load/Stencil Save and Load/App.ico
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil Save and Load/Stencil Save and Load/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil-with-node-connector-group/StencilDiagramElements/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil-with-symbols/StencilSymbolViewModel/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil-with-symbols/StencilSymbolViewModel/Image/user_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Stencil-with-symbols/StencilSymbolViewModel/Image/user_image.png
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil-with-symbols/StencilSymbolViewModel/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/StencilCategory/StencilCategory/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/StencilCategory/StencilCategory/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/StencilContextMenu/Icons/Copy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/StencilContextMenu/Icons/Copy.png
--------------------------------------------------------------------------------
/Samples/Stencil/StencilContextMenu/Icons/Cut.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/StencilContextMenu/Icons/Cut.png
--------------------------------------------------------------------------------
/Samples/Stencil/StencilContextMenu/Icons/Paste.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/StencilContextMenu/Icons/Paste.png
--------------------------------------------------------------------------------
/Samples/Stencil/StencilContextMenu/Icons/Rename.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/StencilContextMenu/Icons/Rename.png
--------------------------------------------------------------------------------
/Samples/Stencil/StencilContextMenu/Icons/delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/StencilContextMenu/Icons/delete.png
--------------------------------------------------------------------------------
/Samples/Stencil/StencilContextMenu/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/StencilCustomCommands/StencilCustomCommand/StencilCustomCommand/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Stencil/StencilTabView/StencilTab/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/StencilTabView/StencilTab/Images/iconheader.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/StencilTabView/StencilTab/Images/iconheader.png
--------------------------------------------------------------------------------
/Samples/Stencil/StencilTabView/StencilTab/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil_ListView/Stencil_ListView/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Stencil_ListView/Stencil_ListView/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Style/Stencil_Style/ApplicationInsights.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/Samples/Stencil/Style/Stencil_Style/Assets/ImageBack.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Style/Stencil_Style/Assets/ImageBack.jpg
--------------------------------------------------------------------------------
/Samples/Stencil/Style/Stencil_Style/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Style/Stencil_Style/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/Samples/Stencil/Style/Stencil_Style/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Style/Stencil_Style/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/Samples/Stencil/Style/Stencil_Style/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Style/Stencil_Style/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Samples/Stencil/Style/Stencil_Style/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Style/Stencil_Style/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/Samples/Stencil/Style/Stencil_Style/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Style/Stencil_Style/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/Samples/Stencil/Style/Stencil_Style/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Style/Stencil_Style/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/Samples/Stencil/Style/Stencil_Style/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Style/Stencil_Style/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Samples/Stencil/Style/Stencil_Style/Stencil_Style_TemporaryKey.pfx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/Style/Stencil_Style/Stencil_Style_TemporaryKey.pfx
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolFilters-sample/SymbolFilters/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolFilters-sample/SymbolFilters/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupSerialize/SymbolGroupSerialize/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupSerialize/SymbolGroupSerialize/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupSerialize/SymbolGroupSerialize/User.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/SymbolGroupSerialize/SymbolGroupSerialize/User.jpg
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupViewModel/BasicSymbolGroupViewModel/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Arrow Up -03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Arrow Up -03.png
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Cut.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Cut.png
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Delete.png
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Folder-Copy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Folder-Copy.png
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Road-Backward.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Road-Backward.png
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Trash-WF.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/Trash-WF.png
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/User-Login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/User-Login.png
--------------------------------------------------------------------------------
/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/iconheader.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/Sample/Images/iconheader.png
--------------------------------------------------------------------------------
/Samples/Stencil/Update-Symbol-Color/Update-Symbol-Color/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/Update-Symbol-Color/Update-Symbol-Color/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/UserControlsInStencil/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Stencil/UserControlsInStencil/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/RestrictNodeDraggingFromNativeLane/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/RestrictNodeDraggingFromNativeLane/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Swimlane/RestrictNodeDraggingFromNativeLane/App.ico
--------------------------------------------------------------------------------
/Samples/Swimlane/RestrictNodeDraggingFromNativeLane/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/RestrictNodeDraggingFromNativeLane/ViewModel/DiagramVM.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Swimlane/RestrictNodeDraggingFromNativeLane/ViewModel/DiagramVM.cs
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane-Sample/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane-Sample/Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Swimlane/Swimlane-Sample/Sample/App.ico
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane-Sample/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/SwimlaneCreation/Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Swimlane/SwimlaneCreation/Sample/App.ico
--------------------------------------------------------------------------------
/Samples/Swimlane/SwimlaneCreation/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Add_Remove_Lane/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Add_Remove_Lane/Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Swimlane/Swimlane_Add_Remove_Lane/Sample/App.ico
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Add_Remove_Lane/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Add_Remove_Phase/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Add_Remove_Phase/Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Swimlane/Swimlane_Add_Remove_Phase/Sample/App.ico
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Add_Remove_Phase/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Header/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Header/Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Swimlane/Swimlane_Header/Sample/App.ico
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Header/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Lane_Children/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Lane_Children/Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Swimlane/Swimlane_Lane_Children/Sample/App.ico
--------------------------------------------------------------------------------
/Samples/Swimlane/Swimlane_Lane_Children/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Theme/Simple-Builtintheme-sample/BuiltinTheme/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Theme/Simple-Builtintheme-sample/BuiltinTheme/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Theme/ThemeStyle/CS/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Theme/ThemeStyle/CS/App.ico
--------------------------------------------------------------------------------
/Samples/Theme/ThemeStyle/CS/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Thumb/ConnectorSegment/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Thumb/ConnectorSegment/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ToolTip/ToolTipForNodeAndNodePorts/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/ToolTip/ToolTipForNodeAndNodePorts/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Tools/SetCursorSample/SetCursorSample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Tools/SetCursorSample/SetCursorSample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Tools/SetToolSample/SetToolSample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Tools/SetToolSample/SetToolSample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Tools/Switch-between-tools/ToolSelection/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Tools/Switch-between-tools/ToolSelection/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/TreeViewToDiagram/MultipleDiagramPages/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/TreeViewToDiagram/TreeViewEditing/Sample/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/TreeViewToDiagram/TreeViewEditing/Sample/App.ico
--------------------------------------------------------------------------------
/Samples/TreeViewToDiagram/TreeViewEditing/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/TreeViewToDiagram/TreeViewToDiagram/TreeviewToDiagram/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Usecase samples/DiagramWithPropertyGrid/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Usecase samples/FlowchartCreator/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Usecase samples/UML Class Diagram/Sample/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Samples/Usecase samples/UML Class Diagram/Sample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Validation/ConnectionValidation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Validation/ConnectionValidation/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Virtualization/Virtualization/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Samples/Virtualization/Virtualization/App.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SyncfusionExamples/WPF-Diagram-Examples/1b189daa883fccf6273447b711437044037bb954/Samples/Virtualization/Virtualization/App.ico
--------------------------------------------------------------------------------
/Samples/Virtualization/Virtualization/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------