From af54d2956bf898d9f691ecef1eb6c5fde16f2a4a Mon Sep 17 00:00:00 2001 From: "124353880+ArunKumarSF4054@users.noreply.github.com" <124353880+ArunKumarSF4054@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:14:19 +0530 Subject: [PATCH 1/2] WPF-1034257_FT_link_Updated --- README.md | 2 +- Samples/Annotations/AnnotationSelection/README.md | 2 +- Samples/Annotations/AnnotationVisibilityUWP/README.md | 2 +- Samples/Annotations/AnnotationVisibilityWPF/README.md | 2 +- .../ExitAnnotationEditingOnEnterKeyPressed/README.md | 2 +- Samples/Annotations/HighlightNodeAndAnnotation/README.md | 2 +- Samples/Annotations/README.md | 2 +- .../Custom Layout/wpf-diagram-custom-layout-master/README.md | 2 +- .../Expand Collapse in MultiParent Layout/README.md | 2 +- Samples/Automatic Layout/Flowchart Layout/README.md | 2 +- Samples/Automatic Layout/Hierarchical Tree/README.md | 2 +- Samples/Automatic Layout/LayoutWithOutDataSource/README.md | 2 +- Samples/Automatic Layout/Radial Tree/README.md | 2 +- Samples/BPMNEditor/README.md | 2 +- Samples/Collision State/README.md | 2 +- Samples/Commands/Alignment Commands/README.md | 2 +- Samples/Commands/CTRL+DragDuplicationDisable/README.md | 2 +- Samples/Commands/Clipboard commands/README.md | 2 +- Samples/Commands/Commands Sample/README.md | 2 +- Samples/Commands/CustomCommand/README.md | 2 +- .../CustomCommandForAddOpenNewWindow/README.md | 2 +- Samples/Commands/Expand and Collapse command/README.md | 2 +- Samples/Commands/Fit to page command/README.md | 2 +- Samples/Commands/Flip Command/README.md | 2 +- Samples/Commands/Grouping Commands/README.md | 2 +- Samples/Commands/Nudge Commands/README.md | 2 +- Samples/Commands/RemoveDefaultCommands/README.md | 2 +- Samples/Commands/Rotate Command/README.md | 2 +- Samples/Commands/SelectToolCommand/README.md | 2 +- Samples/Commands/Sizing Commands/README.md | 2 +- Samples/Commands/Spacing Commands/README.md | 2 +- Samples/Commands/Undo Redo/README.md | 2 +- Samples/Commands/Z-Order Commands/README.md | 2 +- Samples/Commands/Zoom Command/README.md | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index a9803443..dbb8bc8f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Diagram control examples -**Essential® Diagram WPF** is a powerful, extensible, and feature-rich library for visualizing, creating, and editing interactive diagrams. It supports creating flowcharts, organizational charts, mind maps, floor plans, UML diagrams, and BPMN charts either through code or a visual interface. +**Essential® [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)** is a powerful, extensible, and feature-rich library for visualizing, creating, and editing interactive diagrams. It supports creating flowcharts, organizational charts, mind maps, floor plans, UML diagrams, and BPMN charts either through code or a visual interface. ![Diagram - Overview](https://help.syncfusion.com/wpf/diagram/overview_images/wpf-diagram-overview.png) diff --git a/Samples/Annotations/AnnotationSelection/README.md b/Samples/Annotations/AnnotationSelection/README.md index 98d940f5..46ac56ee 100644 --- a/Samples/Annotations/AnnotationSelection/README.md +++ b/Samples/Annotations/AnnotationSelection/README.md @@ -1,6 +1,6 @@ # Annotations Selection sample -This sample demonstrates how to select annotations for nodes and connectors in a diagram. +This sample demonstrates how to select annotations for nodes and connectors in a diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation diff --git a/Samples/Annotations/AnnotationVisibilityUWP/README.md b/Samples/Annotations/AnnotationVisibilityUWP/README.md index 34161b84..5fc32676 100644 --- a/Samples/Annotations/AnnotationVisibilityUWP/README.md +++ b/Samples/Annotations/AnnotationVisibilityUWP/README.md @@ -1,6 +1,6 @@ # Annotation Visibility sample -This sample demonstrates annotations creation, appearance customization , interactions of diagram. +This sample demonstrates annotations creation, appearance customization , interactions of diagram. Explore more details about the UWP Diagram control refer to the following URL : [UWP Diagram](https://www.syncfusion.com/uwp-ui-controls/diagram) __*Documentation*__: https://help.syncfusion.com/uwp/diagram/annotation diff --git a/Samples/Annotations/AnnotationVisibilityWPF/README.md b/Samples/Annotations/AnnotationVisibilityWPF/README.md index fab7dfbc..27b28d18 100644 --- a/Samples/Annotations/AnnotationVisibilityWPF/README.md +++ b/Samples/Annotations/AnnotationVisibilityWPF/README.md @@ -1,6 +1,6 @@ # Annotation Visibility sample -This sample demonstrates annotations creation, appearance customization , interactions of diagram. +This sample demonstrates annotations creation, appearance customization , interactions of diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation diff --git a/Samples/Annotations/ExitAnnotationEditingOnEnterKeyPressed/README.md b/Samples/Annotations/ExitAnnotationEditingOnEnterKeyPressed/README.md index 42195b85..850bc726 100644 --- a/Samples/Annotations/ExitAnnotationEditingOnEnterKeyPressed/README.md +++ b/Samples/Annotations/ExitAnnotationEditingOnEnterKeyPressed/README.md @@ -1,6 +1,6 @@ # Annotation Visibility sample -This sample demonstrates how to cancel the annotation editing using "Enter" key. +This sample demonstrates how to cancel the annotation editing using "Enter" key. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation diff --git a/Samples/Annotations/HighlightNodeAndAnnotation/README.md b/Samples/Annotations/HighlightNodeAndAnnotation/README.md index 49581e14..aa96e8e0 100644 --- a/Samples/Annotations/HighlightNodeAndAnnotation/README.md +++ b/Samples/Annotations/HighlightNodeAndAnnotation/README.md @@ -1,6 +1,6 @@ # Annotation Visibility sample -This sample demonstrates how to highlight a node when selecting an annotation, and vice versa. +This sample demonstrates how to highlight a node when selecting an annotation, and vice versa. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation diff --git a/Samples/Annotations/README.md b/Samples/Annotations/README.md index 5118d8b6..406f15e7 100644 --- a/Samples/Annotations/README.md +++ b/Samples/Annotations/README.md @@ -1,6 +1,6 @@ # Annotations sample -This sample demonstrates annotations creation, appearance customization , interactions of diagram. +This sample demonstrates annotations creation, appearance customization , interactions of diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation diff --git a/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/README.md b/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/README.md index 7d9d4135..1a392bba 100644 --- a/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/README.md +++ b/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/README.md @@ -1,5 +1,5 @@ # Visualize a Custom Graph Layout Using Microsoft Automatic Graph Layout Engine in WPF Diagram -[Diagram](http://help.syncfusion.com/wpf/sfdiagram/) for WPF has some built-in, [automatic layouts](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts) to arrange nodes based on their relationships. Currently, we have three standard layouts [hierarchical tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), [radial tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), and [organizational layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#organization-layout). If these layouts are not enough, you can use any other third-party or open-source layout engine for arrangements and you can use diagram’s visualization and other cool features. [Microsoft Automatic Graph Layout (MSAGL)](https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout/) has advanced layouts in its layout engine. In this blog, we’ll see how to use this layout engine and visualize a layout using Syncfusion’s diagram control. Following are some sample graphs rendered using the MSAGL layout engine. +[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) has some built-in [automatic layouts](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts) to arrange nodes based on their relationships. Currently, we have three standard layouts [hierarchical tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), [radial tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), and [organizational layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#organization-layout). If these layouts are not enough, you can use any other third-party or open-source layout engine for arrangements and you can use diagram’s visualization and other cool features. [Microsoft Automatic Graph Layout (MSAGL)](https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout/) has advanced layouts in its layout engine. In this blog, we’ll see how to use this layout engine and visualize a layout using Syncfusion’s diagram control. Following are some sample graphs rendered using the MSAGL layout engine. ![](https://blog.syncfusion.com/wp-content/uploads/2018/08/image-238.png) diff --git a/Samples/Automatic Layout/Expand Collapse in MultiParent Layout/README.md b/Samples/Automatic Layout/Expand Collapse in MultiParent Layout/README.md index 141373f1..34844fa9 100644 --- a/Samples/Automatic Layout/Expand Collapse in MultiParent Layout/README.md +++ b/Samples/Automatic Layout/Expand Collapse in MultiParent Layout/README.md @@ -1,5 +1,5 @@ # Hierarchical Tree sample -This sample demonstrate how to do Expand/Collapse in MultiParent Layout using SfDiagram. +This sample demonstrate how to do Expand/Collapse in MultiParent Layout using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/datasource#layout-with-multiple-parents diff --git a/Samples/Automatic Layout/Flowchart Layout/README.md b/Samples/Automatic Layout/Flowchart Layout/README.md index 69d0b324..b23e6326 100644 --- a/Samples/Automatic Layout/Flowchart Layout/README.md +++ b/Samples/Automatic Layout/Flowchart Layout/README.md @@ -1,5 +1,5 @@ # Flowchart Layout sample -This sample demonstrate how to create a simple Flowchart Layout using SfDiagram. +This sample demonstrate how to create a simple Flowchart Layout using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#flowchart-layout diff --git a/Samples/Automatic Layout/Hierarchical Tree/README.md b/Samples/Automatic Layout/Hierarchical Tree/README.md index e9c8d9ce..da877364 100644 --- a/Samples/Automatic Layout/Hierarchical Tree/README.md +++ b/Samples/Automatic Layout/Hierarchical Tree/README.md @@ -1,5 +1,5 @@ # Hierarchical Tree sample -This sample demonstrate how to create a simple Hierarchical tree Layout using SfDiagram. +This sample demonstrate how to create a simple Hierarchical tree Layout using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#hierarchical-tree-layout diff --git a/Samples/Automatic Layout/LayoutWithOutDataSource/README.md b/Samples/Automatic Layout/LayoutWithOutDataSource/README.md index b1f4f91a..7caa3c79 100644 --- a/Samples/Automatic Layout/LayoutWithOutDataSource/README.md +++ b/Samples/Automatic Layout/LayoutWithOutDataSource/README.md @@ -1,5 +1,5 @@ # Hierarchical Tree sample -This sample demonstrate how to create a simple Hierarchical tree Layout in SfDiagram by using Nodes and Connectors collection. +This sample demonstrate how to create a simple Hierarchical tree Layout in SfDiagram by using Nodes and Connectors collection. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#hierarchical-tree-layout diff --git a/Samples/Automatic Layout/Radial Tree/README.md b/Samples/Automatic Layout/Radial Tree/README.md index 146094c8..c633dca9 100644 --- a/Samples/Automatic Layout/Radial Tree/README.md +++ b/Samples/Automatic Layout/Radial Tree/README.md @@ -1,5 +1,5 @@ # Radial Tree sample -This sample demonstrate how to create a simple Radial Tree Layout using SfDiagram. +This sample demonstrate how to create a simple Radial Tree Layout using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#radial-tree-layout diff --git a/Samples/BPMNEditor/README.md b/Samples/BPMNEditor/README.md index 228d889c..6b37dc78 100644 --- a/Samples/BPMNEditor/README.md +++ b/Samples/BPMNEditor/README.md @@ -1,6 +1,6 @@ # BPMN Editor sample -This sample demonstrate how to create and edit the BPMN Editor. +This sample demonstrate how to create and edit the BPMN Editor. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Collision State/README.md b/Samples/Collision State/README.md index 0a7db5f3..7423ee41 100644 --- a/Samples/Collision State/README.md +++ b/Samples/Collision State/README.md @@ -1,5 +1,5 @@ # Hierarchical Tree sample -This sample demonstrate how to arrange diagram elements in proper position by adjusting node's position. +This sample demonstrate how to arrange diagram elements in proper position by adjusting node's position. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/collision-state diff --git a/Samples/Commands/Alignment Commands/README.md b/Samples/Commands/Alignment Commands/README.md index f60bd118..523c5f5c 100644 --- a/Samples/Commands/Alignment Commands/README.md +++ b/Samples/Commands/Alignment Commands/README.md @@ -1,5 +1,5 @@ # Alignment commands sample -This sample demonstrate the usage of Alignment commands in SfDiagam control. +This sample demonstrate the usage of Alignment commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#alignment diff --git a/Samples/Commands/CTRL+DragDuplicationDisable/README.md b/Samples/Commands/CTRL+DragDuplicationDisable/README.md index 639fd704..fa21193f 100644 --- a/Samples/Commands/CTRL+DragDuplicationDisable/README.md +++ b/Samples/Commands/CTRL+DragDuplicationDisable/README.md @@ -1,5 +1,5 @@ # Disabling ctrl + drag duplication behaviour in sample -This sample demonstrate how to disable the ctrl+drag duplication behaviour in sample. +This sample demonstrate how to disable the ctrl+drag duplication behaviour in sample. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#selecttool diff --git a/Samples/Commands/Clipboard commands/README.md b/Samples/Commands/Clipboard commands/README.md index a857b99e..515a084e 100644 --- a/Samples/Commands/Clipboard commands/README.md +++ b/Samples/Commands/Clipboard commands/README.md @@ -1,5 +1,5 @@ # Clipboard commands sample -This sample demonstrate the usage of Clipboard commands in SfDiagam control. +This sample demonstrate the usage of Clipboard commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#clipboard ## Project pre-requisites diff --git a/Samples/Commands/Commands Sample/README.md b/Samples/Commands/Commands Sample/README.md index b1e7b0ce..4e974444 100644 --- a/Samples/Commands/Commands Sample/README.md +++ b/Samples/Commands/Commands Sample/README.md @@ -1,5 +1,5 @@ # SelectTool commands sample -This sample demonstrate the usage of SelectTool, Rotate ,SelectByType and annotation style commands in SfDiagam control. +This sample demonstrate the usage of SelectTool, Rotate ,SelectByType and annotation style commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#selecttool diff --git a/Samples/Commands/CustomCommand/README.md b/Samples/Commands/CustomCommand/README.md index 9a68210a..81a4e208 100644 --- a/Samples/Commands/CustomCommand/README.md +++ b/Samples/Commands/CustomCommand/README.md @@ -1,5 +1,5 @@ # Custom command sample -This sample demonstrate how to create custom gesture command and its usage in SfDiagam control. +This sample demonstrate how to create custom gesture command and its usage in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#custom-command ## Project pre-requisites diff --git a/Samples/Commands/CustomCommandForAddOpenNewWindow/CustomCommandForAddOpenNewWindow/README.md b/Samples/Commands/CustomCommandForAddOpenNewWindow/CustomCommandForAddOpenNewWindow/README.md index 79d40873..61fd361c 100644 --- a/Samples/Commands/CustomCommandForAddOpenNewWindow/CustomCommandForAddOpenNewWindow/README.md +++ b/Samples/Commands/CustomCommandForAddOpenNewWindow/CustomCommandForAddOpenNewWindow/README.md @@ -1,5 +1,5 @@ # Custom command sample -This sample demonstrate how to create custom gesture command for open a new window +This sample demonstrate how to create custom gesture command for open a new window. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#custom-command diff --git a/Samples/Commands/Expand and Collapse command/README.md b/Samples/Commands/Expand and Collapse command/README.md index a0ebb742..1cd15e3c 100644 --- a/Samples/Commands/Expand and Collapse command/README.md +++ b/Samples/Commands/Expand and Collapse command/README.md @@ -1,5 +1,5 @@ # Expand and Collapse command sample -This sample demonstrate the usage of Expand and Collapse command in SfDiagam control. +This sample demonstrate the usage of Expand and Collapse command in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands ## Project pre-requisites diff --git a/Samples/Commands/Fit to page command/README.md b/Samples/Commands/Fit to page command/README.md index fbae2bb1..e99b7133 100644 --- a/Samples/Commands/Fit to page command/README.md +++ b/Samples/Commands/Fit to page command/README.md @@ -1,5 +1,5 @@ # FitToPage command sample -This sample demonstrate the usage of FitToPage command in SfDiagam control. +This sample demonstrate the usage of FitToPage command in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#fittopage ## Project pre-requisites diff --git a/Samples/Commands/Flip Command/README.md b/Samples/Commands/Flip Command/README.md index d939dec1..2942846d 100644 --- a/Samples/Commands/Flip Command/README.md +++ b/Samples/Commands/Flip Command/README.md @@ -1,5 +1,5 @@ # Flip command sample -This sample demonstrate the usage of Flip commands in SfDiagam control. +This sample demonstrate the usage of Flip commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands/flip ## Project pre-requisites diff --git a/Samples/Commands/Grouping Commands/README.md b/Samples/Commands/Grouping Commands/README.md index 9f819983..79fb453f 100644 --- a/Samples/Commands/Grouping Commands/README.md +++ b/Samples/Commands/Grouping Commands/README.md @@ -1,5 +1,5 @@ # Grouping command sample -This sample demonstrate the usage of Grouping commands in SfDiagam control. +This sample demonstrate the usage of Grouping commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#grouping ## Project pre-requisites diff --git a/Samples/Commands/Nudge Commands/README.md b/Samples/Commands/Nudge Commands/README.md index 170f5c79..cd5b3727 100644 --- a/Samples/Commands/Nudge Commands/README.md +++ b/Samples/Commands/Nudge Commands/README.md @@ -1,5 +1,5 @@ # Nudge commands sample -This sample demonstrate the usage of Nudge commands in SfDiagam control. +This sample demonstrate the usage of Nudge commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#nudge ## Project pre-requisites diff --git a/Samples/Commands/RemoveDefaultCommands/README.md b/Samples/Commands/RemoveDefaultCommands/README.md index 409bd177..6cbe138f 100644 --- a/Samples/Commands/RemoveDefaultCommands/README.md +++ b/Samples/Commands/RemoveDefaultCommands/README.md @@ -1,5 +1,5 @@ # RemoveDefaultCommands sample -This sample demonstrate how to remove the default commands from the diagram commands. +This sample demonstrate how to remove the default commands from the diagram commands. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#custom-command ## Project pre-requisites diff --git a/Samples/Commands/Rotate Command/README.md b/Samples/Commands/Rotate Command/README.md index ee49127f..782fd7a6 100644 --- a/Samples/Commands/Rotate Command/README.md +++ b/Samples/Commands/Rotate Command/README.md @@ -1,5 +1,5 @@ # Rotate command sample -This sample demonstrate the usage of Rotate, SelectByType and SetShapeStyle commands in SfDiagam control. +This sample demonstrate the usage of Rotate, SelectByType and SetShapeStyle commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#Rotate diff --git a/Samples/Commands/SelectToolCommand/README.md b/Samples/Commands/SelectToolCommand/README.md index fe1784b7..fff2bf55 100644 --- a/Samples/Commands/SelectToolCommand/README.md +++ b/Samples/Commands/SelectToolCommand/README.md @@ -1,5 +1,5 @@ # SelectTool commands sample -This sample demonstrate the usage of SelectTool commands in SfDiagam control. +This sample demonstrate the usage of SelectTool commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#selecttool diff --git a/Samples/Commands/Sizing Commands/README.md b/Samples/Commands/Sizing Commands/README.md index 4e27c12e..aae02695 100644 --- a/Samples/Commands/Sizing Commands/README.md +++ b/Samples/Commands/Sizing Commands/README.md @@ -1,5 +1,5 @@ # Sizing commands sample -This sample demonstrate the usage of Sizing commands in SfDiagam control. +This sample demonstrate the usage of Sizing commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#sizing ## Project pre-requisites diff --git a/Samples/Commands/Spacing Commands/README.md b/Samples/Commands/Spacing Commands/README.md index 066900e9..f43f6fb8 100644 --- a/Samples/Commands/Spacing Commands/README.md +++ b/Samples/Commands/Spacing Commands/README.md @@ -1,5 +1,5 @@ # Spacing commands sample -This sample demonstrate the usage of Spacing commands in SfDiagam control. +This sample demonstrate the usage of Spacing commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#spacing ## Project pre-requisites diff --git a/Samples/Commands/Undo Redo/README.md b/Samples/Commands/Undo Redo/README.md index ea7497ee..fbbb3278 100644 --- a/Samples/Commands/Undo Redo/README.md +++ b/Samples/Commands/Undo Redo/README.md @@ -1,5 +1,5 @@ # UndoRedo commands sample -This sample demonstrate the usage of Undo and Redo functionality in SfDiagam control. +This sample demonstrate the usage of Undo and Redo functionality in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#undo-and-redo ## Project pre-requisites diff --git a/Samples/Commands/Z-Order Commands/README.md b/Samples/Commands/Z-Order Commands/README.md index 827dceb7..cd332af0 100644 --- a/Samples/Commands/Z-Order Commands/README.md +++ b/Samples/Commands/Z-Order Commands/README.md @@ -1,5 +1,5 @@ # Z-Order commands sample -This sample demonstrate the usage of Z-Order commands in SfDiagam control. +This sample demonstrate the usage of Z-Order commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#z--order ## Project pre-requisites diff --git a/Samples/Commands/Zoom Command/README.md b/Samples/Commands/Zoom Command/README.md index 9158e8c7..9feb0b3f 100644 --- a/Samples/Commands/Zoom Command/README.md +++ b/Samples/Commands/Zoom Command/README.md @@ -1,5 +1,5 @@ # Zoom command sample -This sample demonstrate the usage of Zoom command in SfDiagam control. +This sample demonstrate the usage of Zoom command in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#zoom ## Project pre-requisites From f8fb32e442d8645b803a98ac4ff83080b821da63 Mon Sep 17 00:00:00 2001 From: "124353880+ArunKumarSF4054@users.noreply.github.com" <124353880+ArunKumarSF4054@users.noreply.github.com> Date: Sat, 20 Jun 2026 00:39:58 +0530 Subject: [PATCH 2/2] WPF-1034257_Updated_for_the_remaining_files --- .../Custom Layout/wpf-diagram-custom-layout-master/README.md | 2 +- Samples/Connector/Animated Connector/README.md | 2 +- Samples/Connector/Appearance/README.md | 2 +- Samples/Connector/AvoidSegementsOverlapping/README.md | 2 +- Samples/Connector/Connector Interactions/README.md | 2 +- Samples/Connector/Connector Padding/README.md | 2 +- Samples/Connector/Create Connector/README.md | 2 +- Samples/Connector/Drawing Tools/README.md | 2 +- .../README.md | 2 +- Samples/Connector/RestrictSegmentCollapse/README.md | 2 +- Samples/Connector/Segments/README.md | 2 +- Samples/Connector/Straight Segment/README.md | 2 +- Samples/Connector/UpdateAverageLength/README.md | 2 +- Samples/Constraints/Annotation-constraints-sample/README.md | 2 +- .../Constraints/Constraints-Node-Connector-Graph/README.md | 2 +- Samples/Constraints/Port-Constraints-sample/README.md | 2 +- Samples/Container/ContainerNodeArrangeSampleUWP/README.md | 2 +- Samples/Container/CustomContextMenuForContainer/README.md | 2 +- Samples/Container/README.md | 2 +- Samples/Container/RestrictNodeFromContainer/README.md | 2 +- Samples/ContextMenu/AddNodeUsingContextMenu/README.md | 2 +- Samples/ContextMenu/ContextMenu-Icon-Customization/README.md | 2 +- Samples/ContextMenu/Custom-ContextMenu-sasmple/README.md | 2 +- Samples/DataSource/Custom Layout Algorithm/README.md | 2 +- Samples/DataSource/Flowchart Layout/README.md | 2 +- Samples/DataSource/Multi Parent/README.md | 2 +- Samples/Diagram Ribbon/CustomDiagramRibbonTab/README.md | 2 +- Samples/Diagram Ribbon/DiagramRibbon/README.md | 2 +- Samples/Diagramming Application/README.md | 2 +- Samples/DrawingTools/README.md | 2 +- Samples/Exporting/CustomizeExport/README.md | 2 +- Samples/GettingStarted/Simple-FlowChart-Creation/README.md | 2 +- .../Simple-OrganizationLayout-Creation/README.md | 2 +- Samples/GettingStarted/StencilCreation/README.md | 2 +- Samples/GettingStarted/Template Studio Sample/README.md | 2 +- Samples/Gridlines/GridlineCustomSpacing/README.md | 2 +- Samples/Gridlines/GridlineStyle/README.md | 2 +- Samples/Group/README.md | 2 +- Samples/Group/Restrict Node Dragging In Group/README.md | 2 +- Samples/HeatMap/RuntimeColorChange/README.md | 2 +- Samples/HistoryManager/CustomHistoryManger/README.md | 2 +- Samples/HistoryManager/HistoryManagerDemoSample/README.md | 2 +- Samples/HistoryManager/HistoryManagerStackView/README.md | 2 +- Samples/Interaction/CustomQuickCommand/README.md | 2 +- Samples/Interaction/DiagramScrollUsingArrowKeys/README.md | 2 +- Samples/Interaction/IndicatorStyle-sample/README.md | 2 +- Samples/Interaction/KeyboardShortcuts-sample/README.md | 2 +- Samples/Interaction/MultipleQuickCommands/README.md | 2 +- Samples/Interaction/PreviewSettings-sample/README.md | 2 +- Samples/Interaction/Selectionmode-sample/README.md | 2 +- Samples/Localization/README.md | 2 +- Samples/LogicCircuit/LogicCircuitSimulation/README.md | 2 +- Samples/Magnifier/README.md | 2 +- Samples/Node/CloneNode/README.md | 2 +- Samples/Node/Multiple-SVG-paths-for-Node/README.md | 2 +- Samples/Node/Node-with-CustomShapes/README.md | 2 +- Samples/Node/Node-with-properties/README.md | 2 +- Samples/Node/Sample-for-GetNode/README.md | 2 +- Samples/Node/Sample-for-NodeCreation/README.md | 2 +- Samples/Node/SampleRotateNodeBasedOnSegment/README.md | 2 +- Samples/Node/SerializeImageNode/README.md | 4 +--- Samples/Node/Switch_Icon_visibility/README.md | 4 +--- Samples/Overview/README.md | 2 +- Samples/PageBreaks/README.md | 2 +- Samples/PageSettings/ImageBackground/README.md | 2 +- Samples/PageSettings/PageSettings/README.md | 2 +- Samples/Panning/README.md | 2 +- Samples/Port/AutomaticPortCreation/README.md | 2 +- Samples/Port/DisplaySameColorPort/README.md | 2 +- Samples/Port/How to customize port-hover-effect/README.md | 2 +- Samples/Port/Port-Customization/README.md | 2 +- Samples/Port/Simple-PortCreation/README.md | 2 +- Samples/Printing/Printing/README.md | 2 +- Samples/RubberBandZoom/README.md | 2 +- Samples/RubberBandZoom/RubberBandZoom/README.md | 2 +- Samples/Rulers/README.md | 2 +- Samples/ScrollSettings/Scroll using touch pad/README.md | 2 +- Samples/ScrollSettings/ScrollSettings-sample/README.md | 2 +- .../Selection/BindingSelectedItemViewToViewModel/README.md | 2 +- Samples/Selection/Node Selection/README.md | 2 +- Samples/Selection/Selector Tooptip sample/README.md | 2 +- Samples/Sequence Diagram/README.md | 2 +- Samples/Serialization/MermaidTextToDiagramLayout/README.md | 2 +- Samples/Serialization/Serialization/README.md | 2 +- Samples/SfTreeView To Diagram/README.md | 2 +- Samples/Shapes/README.md | 2 +- Samples/Snapping/README.md | 2 +- Samples/Snapping/SnappingLineForNodeOnly/README.md | 2 +- Samples/Stencil/AutoConnectSample/README.md | 2 +- Samples/Stencil/CollapseVisibility/README.md | 2 +- Samples/Stencil/EnableOrDisableSymbol/README.md | 2 +- Samples/Stencil/PreviewEffectWithoutDragTheSymbol/README.md | 2 +- Samples/Stencil/SetAutomationIDForSearchbox/README.md | 2 +- Samples/Stencil/Stencil-with-node-connector-group/README.md | 2 +- Samples/Stencil/Stencil-with-symbols/README.md | 2 +- Samples/Stencil/StencilCategory/README.md | 2 +- Samples/Stencil/StencilCustomCommands/README.md | 2 +- Samples/Stencil/StencilTabView/README.md | 2 +- Samples/Stencil/Stencil_ListView/README.md | 2 +- Samples/Stencil/SymbolFilters-sample/README.md | 2 +- Samples/Stencil/SymbolGroupSerialize/README.md | 2 +- .../SymbolGroupViewModel/BasicSymbolGroupViewModel/README.md | 2 +- .../SymbolGroupsWithContextMenu/README.md | 2 +- Samples/Stencil/Update-Symbol-Color/README.md | 2 +- Samples/Swimlane/Swimlane-Sample/README.md | 2 +- Samples/Swimlane/SwimlaneCreation/README.md | 2 +- Samples/Swimlane/Swimlane_Add_Remove_Lane/README.md | 2 +- Samples/Swimlane/Swimlane_Add_Remove_Phase/README.md | 2 +- Samples/Swimlane/Swimlane_Header/README.md | 2 +- Samples/Swimlane/Swimlane_Lane_Children/README.md | 2 +- Samples/Theme/ThemeStyle/README.md | 2 +- Samples/ToolTip/ToolTipForNodeAndNodePorts/README.md | 2 +- Samples/Tools/SetCursorSample/README.md | 2 +- Samples/Tools/SetToolSample/README.md | 2 +- Samples/TreeViewToDiagram/TreeViewToDiagram/README.md | 2 +- Samples/UseCase Diagrams/Activity Diagram/Readme.md | 2 +- Samples/UseCase Diagrams/State Diagram/Readme.md | 2 +- Samples/UseCase Diagrams/UseCase Diagram/Readme.md | 2 +- Samples/Usecase samples/UML Class Diagram/Readme.md | 2 +- Samples/Virtualization/README.md | 2 +- 120 files changed, 120 insertions(+), 124 deletions(-) diff --git a/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/README.md b/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/README.md index 1a392bba..aed12a29 100644 --- a/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/README.md +++ b/Samples/Automatic Layout/Custom Layout/wpf-diagram-custom-layout-master/README.md @@ -1,5 +1,5 @@ # Visualize a Custom Graph Layout Using Microsoft Automatic Graph Layout Engine in WPF Diagram -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) has some built-in [automatic layouts](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts) to arrange nodes based on their relationships. Currently, we have three standard layouts [hierarchical tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), [radial tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), and [organizational layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#organization-layout). If these layouts are not enough, you can use any other third-party or open-source layout engine for arrangements and you can use diagram’s visualization and other cool features. [Microsoft Automatic Graph Layout (MSAGL)](https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout/) has advanced layouts in its layout engine. In this blog, we’ll see how to use this layout engine and visualize a layout using Syncfusion’s diagram control. Following are some sample graphs rendered using the MSAGL layout engine. +[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) has some built-in [automatic layouts](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts) to arrange nodes based on their relationships. Currently, we have three standard layouts [hierarchical tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), [radial tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), and [organizational layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#organization-layout). If these layouts are not enough, you can use any other third-party or open-source layout engine for arrangements and you can use diagram’s visualization and other cool features. [Microsoft Automatic Graph Layout (MSAGL)](https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout/) has advanced layouts in its layout engine. In this blog, we’ll see how to use this layout engine and visualize a layout using WPF diagram control. Following are some sample graphs rendered using the MSAGL layout engine. ![](https://blog.syncfusion.com/wp-content/uploads/2018/08/image-238.png) diff --git a/Samples/Connector/Animated Connector/README.md b/Samples/Connector/Animated Connector/README.md index ea47b5f2..ae0d7bfa 100644 --- a/Samples/Connector/Animated Connector/README.md +++ b/Samples/Connector/Animated Connector/README.md @@ -1,6 +1,6 @@ # Animated Connector Sample -This sample demonstrate how to create a connector with animated segments in diagram. +This sample demonstrate how to create a connector with animated segments in diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/appearanceandvalidation diff --git a/Samples/Connector/Appearance/README.md b/Samples/Connector/Appearance/README.md index 7872b012..874b5f14 100644 --- a/Samples/Connector/Appearance/README.md +++ b/Samples/Connector/Appearance/README.md @@ -1,6 +1,6 @@ # Connector appearance and validation sample -This sample demonstrates appearance and validation customization of connectors. +This sample demonstrates appearance and validation customization of connectors. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/appearanceandvalidation diff --git a/Samples/Connector/AvoidSegementsOverlapping/README.md b/Samples/Connector/AvoidSegementsOverlapping/README.md index 87ac49f9..96dcf733 100644 --- a/Samples/Connector/AvoidSegementsOverlapping/README.md +++ b/Samples/Connector/AvoidSegementsOverlapping/README.md @@ -1,6 +1,6 @@ # Connector AvoidSegmentsOverlapping sample -This sample demonstrates how to avoid segements overlapping for the connector in the static diagram. +This sample demonstrates how to avoid segements overlapping for the connector in the static diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/segments/orthogonal#how-to-customize-the-orthogonal-segments diff --git a/Samples/Connector/Connector Interactions/README.md b/Samples/Connector/Connector Interactions/README.md index f20df3c0..a32c3313 100644 --- a/Samples/Connector/Connector Interactions/README.md +++ b/Samples/Connector/Connector Interactions/README.md @@ -1,6 +1,6 @@ # Connector interactions sample -This sample demonstrates selection, dragging, routing interaction of connectors. +This sample demonstrates selection, dragging, routing interaction of connectors. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/selectionanddragging diff --git a/Samples/Connector/Connector Padding/README.md b/Samples/Connector/Connector Padding/README.md index 5edb8aec..18163d4c 100644 --- a/Samples/Connector/Connector Padding/README.md +++ b/Samples/Connector/Connector Padding/README.md @@ -1,6 +1,6 @@ # Connector padding sample -This sample demonstrates Padding of connectors. +This sample demonstrates Padding of connectors. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__:https://help.syncfusion.com/wpf/diagram/connector/appearanceandvalidation#padding diff --git a/Samples/Connector/Create Connector/README.md b/Samples/Connector/Create Connector/README.md index 688934bd..f6bf4cf5 100644 --- a/Samples/Connector/Create Connector/README.md +++ b/Samples/Connector/Create Connector/README.md @@ -1,6 +1,6 @@ # Connector creation sample -This sample demonstrate how to create a simple connector using connection points, Nodes, Ports. +This sample demonstrate how to create a simple connector using connection points, Nodes, Ports. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/defineconnector#create-connector diff --git a/Samples/Connector/Drawing Tools/README.md b/Samples/Connector/Drawing Tools/README.md index 517335cb..f9933d3f 100644 --- a/Samples/Connector/Drawing Tools/README.md +++ b/Samples/Connector/Drawing Tools/README.md @@ -1,6 +1,6 @@ # Drawing tools sample -This sample demonstrate how to draw different type of connectors using drawing tools of diagram. +This sample demonstrate how to draw different type of connectors using drawing tools of diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/defineconnector diff --git a/Samples/Connector/RestrictConnectorSourceTargetChangedFromNativeNode/README.md b/Samples/Connector/RestrictConnectorSourceTargetChangedFromNativeNode/README.md index 30f2a91b..5edf7fd7 100644 --- a/Samples/Connector/RestrictConnectorSourceTargetChangedFromNativeNode/README.md +++ b/Samples/Connector/RestrictConnectorSourceTargetChangedFromNativeNode/README.md @@ -1,6 +1,6 @@ # Restrict connector source and target changing sample -This sample demonstrates how to restrict connector source and target changing from native nodes to other nodes. +This sample demonstrates how to restrict connector source and target changing from native nodes to other nodes. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/appearanceandvalidation diff --git a/Samples/Connector/RestrictSegmentCollapse/README.md b/Samples/Connector/RestrictSegmentCollapse/README.md index d5fa6bc8..f2010594 100644 --- a/Samples/Connector/RestrictSegmentCollapse/README.md +++ b/Samples/Connector/RestrictSegmentCollapse/README.md @@ -1,6 +1,6 @@ # Segments sample -This sample demonstrate how to restrict segment collapsing. +This sample demonstrate how to restrict segment collapsing. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/segments/orthogonal ## Project pre-requisites diff --git a/Samples/Connector/Segments/README.md b/Samples/Connector/Segments/README.md index 356aac60..379322cd 100644 --- a/Samples/Connector/Segments/README.md +++ b/Samples/Connector/Segments/README.md @@ -1,6 +1,6 @@ # Segments sample -This sample demonstrate how to create Orthogonal, Cubic curve, Qudratic curve and multiple segments for connetors. +This sample demonstrate how to create Orthogonal, Cubic curve, Qudratic curve and multiple segments for connetors. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/segments/orthogonal diff --git a/Samples/Connector/Straight Segment/README.md b/Samples/Connector/Straight Segment/README.md index 86503699..0f30f6d5 100644 --- a/Samples/Connector/Straight Segment/README.md +++ b/Samples/Connector/Straight Segment/README.md @@ -1,6 +1,6 @@ # Straight segment sample -This sample demonstrate how to create and edit straight segment connectors in diagram. +This sample demonstrate how to create and edit straight segment connectors in diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/segments/straight diff --git a/Samples/Connector/UpdateAverageLength/README.md b/Samples/Connector/UpdateAverageLength/README.md index 29404706..9bb171ae 100644 --- a/Samples/Connector/UpdateAverageLength/README.md +++ b/Samples/Connector/UpdateAverageLength/README.md @@ -1,6 +1,6 @@ # Update average length sample -This sample demonstrate how to update the length of the connector segments +This sample demonstrate how to update the length of the connector segments. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/segments/orthogonal diff --git a/Samples/Constraints/Annotation-constraints-sample/README.md b/Samples/Constraints/Annotation-constraints-sample/README.md index 9a3723f1..4dd34c23 100644 --- a/Samples/Constraints/Annotation-constraints-sample/README.md +++ b/Samples/Constraints/Annotation-constraints-sample/README.md @@ -1,5 +1,5 @@ # Annotation Constraints sample -This repository contains sample which illustrates how to add or remove specific constraints for annotation. +This repository contains sample which illustrates how to add or remove specific constraints for annotation. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__:https://help.syncfusion.com/wpf/diagram/constraints#annotation-constraints diff --git a/Samples/Constraints/Constraints-Node-Connector-Graph/README.md b/Samples/Constraints/Constraints-Node-Connector-Graph/README.md index b908705a..47eb19c3 100644 --- a/Samples/Constraints/Constraints-Node-Connector-Graph/README.md +++ b/Samples/Constraints/Constraints-Node-Connector-Graph/README.md @@ -1,5 +1,5 @@ # Constraints sample -This repository contains sample which illustrates how to add or remove specific constraints for nodes, connectors and diagram. +This repository contains sample which illustrates how to add or remove specific constraints for nodes, connectors and diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__:https://help.syncfusion.com/wpf/diagram/constraints diff --git a/Samples/Constraints/Port-Constraints-sample/README.md b/Samples/Constraints/Port-Constraints-sample/README.md index eebb2887..bf5da390 100644 --- a/Samples/Constraints/Port-Constraints-sample/README.md +++ b/Samples/Constraints/Port-Constraints-sample/README.md @@ -1,5 +1,5 @@ # Port Constraints sample -This repository contains sample which illustrates how to add or remove specific constraints for port. +This repository contains sample which illustrates how to add or remove specific constraints for port. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__:https://help.syncfusion.com/wpf/diagram/constraints#port-constraints diff --git a/Samples/Container/ContainerNodeArrangeSampleUWP/README.md b/Samples/Container/ContainerNodeArrangeSampleUWP/README.md index ea4b1a9c..68f6e7db 100644 --- a/Samples/Container/ContainerNodeArrangeSampleUWP/README.md +++ b/Samples/Container/ContainerNodeArrangeSampleUWP/README.md @@ -1,6 +1,6 @@ # Container Node Arrange sample in UWP -This sample explains how to arrange the nodes in containers. +This sample explains how to arrange the nodes in containers. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/uwp/diagram/node diff --git a/Samples/Container/CustomContextMenuForContainer/README.md b/Samples/Container/CustomContextMenuForContainer/README.md index 75bb0490..f2030e45 100644 --- a/Samples/Container/CustomContextMenuForContainer/README.md +++ b/Samples/Container/CustomContextMenuForContainer/README.md @@ -1,6 +1,6 @@ # RestrictNodeFromContainer sample -This sample explains how to rearrange the containers after the layout was updated. +This sample explains how to rearrange the containers after the layout was updated. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/container diff --git a/Samples/Container/README.md b/Samples/Container/README.md index 9cb84e49..befa7899 100644 --- a/Samples/Container/README.md +++ b/Samples/Container/README.md @@ -1,6 +1,6 @@ # Container sample -This sample demonstrates container creation, appearance customization , interactions of diagram. +This sample demonstrates container creation, appearance customization , interactions of diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/container diff --git a/Samples/Container/RestrictNodeFromContainer/README.md b/Samples/Container/RestrictNodeFromContainer/README.md index 54636968..0d2eb6bd 100644 --- a/Samples/Container/RestrictNodeFromContainer/README.md +++ b/Samples/Container/RestrictNodeFromContainer/README.md @@ -1,6 +1,6 @@ # RestrictNodeFromContainer sample -This sample explains how to restrict node is being removed from its parent container when dragging. +This sample explains how to restrict node is being removed from its parent container when dragging. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/container diff --git a/Samples/ContextMenu/AddNodeUsingContextMenu/README.md b/Samples/ContextMenu/AddNodeUsingContextMenu/README.md index 5c41a8ea..8efb13eb 100644 --- a/Samples/ContextMenu/AddNodeUsingContextMenu/README.md +++ b/Samples/ContextMenu/AddNodeUsingContextMenu/README.md @@ -1,6 +1,6 @@ # Color palette in context menu item sample -This repository contains sample which shows how to add node as a child of the Container using the context menu +This repository contains sample which shows how to add node as a child of the Container using the context menu. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/context-menu#customize-context-menu diff --git a/Samples/ContextMenu/ContextMenu-Icon-Customization/README.md b/Samples/ContextMenu/ContextMenu-Icon-Customization/README.md index 33b51c18..568f253c 100644 --- a/Samples/ContextMenu/ContextMenu-Icon-Customization/README.md +++ b/Samples/ContextMenu/ContextMenu-Icon-Customization/README.md @@ -1,5 +1,5 @@ # Context menu icon customization sample -This repository contains sample which shows how to customize context menu icon. +This repository contains sample which shows how to customize context menu icon. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/context-menu#menu-for-node-and-connector diff --git a/Samples/ContextMenu/Custom-ContextMenu-sasmple/README.md b/Samples/ContextMenu/Custom-ContextMenu-sasmple/README.md index 81563be3..4d6a81da 100644 --- a/Samples/ContextMenu/Custom-ContextMenu-sasmple/README.md +++ b/Samples/ContextMenu/Custom-ContextMenu-sasmple/README.md @@ -1,5 +1,5 @@ # Custom Contextmenu sample -This repository contains sample which shows how to add custom contextmenu to node and connector in SfDiagram. +This repository contains sample which shows how to add custom contextmenu to node and connector in SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/context-menu#menu-for-node-and-connector diff --git a/Samples/DataSource/Custom Layout Algorithm/README.md b/Samples/DataSource/Custom Layout Algorithm/README.md index 3fa5c49b..f165583c 100644 --- a/Samples/DataSource/Custom Layout Algorithm/README.md +++ b/Samples/DataSource/Custom Layout Algorithm/README.md @@ -1,5 +1,5 @@ # Flowchart Layout sample -This sample demonstrate how to create a simple diagram using custom layout algorithm +This sample demonstrate how to create a simple diagram using custom layout algorithm. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#flowchart-layout diff --git a/Samples/DataSource/Flowchart Layout/README.md b/Samples/DataSource/Flowchart Layout/README.md index 69d0b324..b23e6326 100644 --- a/Samples/DataSource/Flowchart Layout/README.md +++ b/Samples/DataSource/Flowchart Layout/README.md @@ -1,5 +1,5 @@ # Flowchart Layout sample -This sample demonstrate how to create a simple Flowchart Layout using SfDiagram. +This sample demonstrate how to create a simple Flowchart Layout using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#flowchart-layout diff --git a/Samples/DataSource/Multi Parent/README.md b/Samples/DataSource/Multi Parent/README.md index a227b504..b8745b6a 100644 --- a/Samples/DataSource/Multi Parent/README.md +++ b/Samples/DataSource/Multi Parent/README.md @@ -1,5 +1,5 @@ # Multi Parent sample -This sample demonstrate how to create a simple Multiple Parent layout sample using SfDiagram. +This sample demonstrate how to create a simple Multiple Parent layout sample using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/datasource#layout-with-multiple-parents ## Project pre-requisites diff --git a/Samples/Diagram Ribbon/CustomDiagramRibbonTab/README.md b/Samples/Diagram Ribbon/CustomDiagramRibbonTab/README.md index 046b2798..8cf1c955 100644 --- a/Samples/Diagram Ribbon/CustomDiagramRibbonTab/README.md +++ b/Samples/Diagram Ribbon/CustomDiagramRibbonTab/README.md @@ -1,6 +1,6 @@ # Custom Diagram Ribbon Tab Sample -This sample demonstrate how to customize the SfDiagramRibbon tab items and add new ribbon bar items in it. +This sample demonstrate how to customize the SfDiagramRibbon tab items and add new ribbon bar items in it. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/diagram-ribbon diff --git a/Samples/Diagram Ribbon/DiagramRibbon/README.md b/Samples/Diagram Ribbon/DiagramRibbon/README.md index 5a5e5921..4a2708ee 100644 --- a/Samples/Diagram Ribbon/DiagramRibbon/README.md +++ b/Samples/Diagram Ribbon/DiagramRibbon/README.md @@ -1,5 +1,5 @@ # Diagram Ribbon Sample -This sample demonstrate how to create a simple Diagram Designer using SfDiagram and SfDiagramRibbon. +This sample demonstrate how to create a simple Diagram Designer using SfDiagram and SfDiagramRibbon. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/diagram-ribbon diff --git a/Samples/Diagramming Application/README.md b/Samples/Diagramming Application/README.md index 6133443b..21a8c291 100644 --- a/Samples/Diagramming Application/README.md +++ b/Samples/Diagramming Application/README.md @@ -1,5 +1,5 @@ # Diagramming application -This sample demonstrate how to create diagramming application easily using SfDiagram, SfDiagramRibbon and Stencil controls. +This sample demonstrate how to create diagramming application easily using SfDiagram, SfDiagramRibbon and Stencil controls. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: diff --git a/Samples/DrawingTools/README.md b/Samples/DrawingTools/README.md index cf31e015..632c9076 100644 --- a/Samples/DrawingTools/README.md +++ b/Samples/DrawingTools/README.md @@ -1,6 +1,6 @@ # Tools sample -This sample demonstrates drawing tools of diagram control. +This sample demonstrates drawing tools of diagram control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/tools diff --git a/Samples/Exporting/CustomizeExport/README.md b/Samples/Exporting/CustomizeExport/README.md index 73ebc172..a08b3dd9 100644 --- a/Samples/Exporting/CustomizeExport/README.md +++ b/Samples/Exporting/CustomizeExport/README.md @@ -1,6 +1,6 @@ # Customize Export sample -This sample demonstrates how to export the diagram page based on the Zoom level. +This sample demonstrates how to export the diagram page based on the Zoom level. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/exporting diff --git a/Samples/GettingStarted/Simple-FlowChart-Creation/README.md b/Samples/GettingStarted/Simple-FlowChart-Creation/README.md index 23ba41a0..87566dcf 100644 --- a/Samples/GettingStarted/Simple-FlowChart-Creation/README.md +++ b/Samples/GettingStarted/Simple-FlowChart-Creation/README.md @@ -1,5 +1,5 @@ # Simple Flowchart creation sample -This sample demonstrate how to create a simple Flowchart with Nodes and Connectors in SfDiagram. +This sample demonstrate how to create a simple Flowchart with Nodes and Connectors in SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/getting-started#flow-chart diff --git a/Samples/GettingStarted/Simple-OrganizationLayout-Creation/README.md b/Samples/GettingStarted/Simple-OrganizationLayout-Creation/README.md index 9379426a..d9c59a93 100644 --- a/Samples/GettingStarted/Simple-OrganizationLayout-Creation/README.md +++ b/Samples/GettingStarted/Simple-OrganizationLayout-Creation/README.md @@ -1,5 +1,5 @@ # Organization Layout creation sample -This sample demonstrate how to create a simple Organization layout with the help of LayoutManager and DataSourceSettings in SfDiagram. +This sample demonstrate how to create a simple Organization layout with the help of LayoutManager and DataSourceSettings in SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/getting-started#organization-layout diff --git a/Samples/GettingStarted/StencilCreation/README.md b/Samples/GettingStarted/StencilCreation/README.md index b4fa9c83..cc10baac 100644 --- a/Samples/GettingStarted/StencilCreation/README.md +++ b/Samples/GettingStarted/StencilCreation/README.md @@ -1,5 +1,5 @@ # Stencil creation sample -This sample demonstrate how to create stencil with symbols. Also this samples allows you to create simple flowchart by drag and drop the symbols from stencil to diagram page. +This sample demonstrate how to create stencil with symbols. Also this samples allows you to create simple flowchart by drag and drop the symbols from stencil to diagram page. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/getting-started#flowchart-creation-using-stencil diff --git a/Samples/GettingStarted/Template Studio Sample/README.md b/Samples/GettingStarted/Template Studio Sample/README.md index 6742a6c6..33b475d7 100644 --- a/Samples/GettingStarted/Template Studio Sample/README.md +++ b/Samples/GettingStarted/Template Studio Sample/README.md @@ -1,5 +1,5 @@ # Organization Layout creation sample -This sample demonstrate how to create a simple Organization layout with the help of LayoutManager and DataSourceSettings in SfDiagram. +This sample demonstrate how to create a simple Organization layout with the help of LayoutManager and DataSourceSettings in SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/getting-started diff --git a/Samples/Gridlines/GridlineCustomSpacing/README.md b/Samples/Gridlines/GridlineCustomSpacing/README.md index 3a71a5bf..a0c8883c 100644 --- a/Samples/Gridlines/GridlineCustomSpacing/README.md +++ b/Samples/Gridlines/GridlineCustomSpacing/README.md @@ -1,6 +1,6 @@ # Gridlines Custom Space sample -This sample demonstrates customizing the space between gridlines. +This sample demonstrates customizing the space between gridlines. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/gridlines diff --git a/Samples/Gridlines/GridlineStyle/README.md b/Samples/Gridlines/GridlineStyle/README.md index 50a3268f..7f41a114 100644 --- a/Samples/Gridlines/GridlineStyle/README.md +++ b/Samples/Gridlines/GridlineStyle/README.md @@ -1,6 +1,6 @@ # Gridlines Custom Appearance sample -This sample demonstrates customizing the appearance of gridlines in diagram. +This sample demonstrates customizing the appearance of gridlines in diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/gridlines diff --git a/Samples/Group/README.md b/Samples/Group/README.md index 3ba6e157..bb34f7a6 100644 --- a/Samples/Group/README.md +++ b/Samples/Group/README.md @@ -1,5 +1,5 @@ # Group creation sample -This repository contains sample which shows how to create group and add it to groupcolletion in SfDiagram. +This repository contains sample which shows how to create group and add it to groupcolletion in SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/group diff --git a/Samples/Group/Restrict Node Dragging In Group/README.md b/Samples/Group/Restrict Node Dragging In Group/README.md index c16aaac1..91384d9a 100644 --- a/Samples/Group/Restrict Node Dragging In Group/README.md +++ b/Samples/Group/Restrict Node Dragging In Group/README.md @@ -1,5 +1,5 @@ # Restrict Node Dragging in Group -This repository contains sample which shows how to restict node being dragged from group in SfDiagram. +This repository contains sample which shows how to restict node being dragged from group in SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/group diff --git a/Samples/HeatMap/RuntimeColorChange/README.md b/Samples/HeatMap/RuntimeColorChange/README.md index 961ebb05..119ed882 100644 --- a/Samples/HeatMap/RuntimeColorChange/README.md +++ b/Samples/HeatMap/RuntimeColorChange/README.md @@ -1,6 +1,6 @@ # Change a ColorMappingCollection at runtime sample -This repository contains sample which shows how to change the ColorMappingCollection at Runtime in SfHeatMap. +This repository contains sample which shows how to change the ColorMappingCollection at Runtime in SfHeatMap. Explore more details about the WPF HeatMap control refer to the following URL : [WPF HeatMap](https://www.syncfusion.com/wpf-controls/heatmap) __*Documentation*__: https://help.syncfusion.com/wpf/heatmap/overview diff --git a/Samples/HistoryManager/CustomHistoryManger/README.md b/Samples/HistoryManager/CustomHistoryManger/README.md index 6e1bc810..a2dbc3ae 100644 --- a/Samples/HistoryManager/CustomHistoryManger/README.md +++ b/Samples/HistoryManager/CustomHistoryManger/README.md @@ -1,6 +1,6 @@ # History manager sample -This sample demonstrates custom undo redo functions of diagram control. +This sample demonstrates custom undo redo functions of diagram control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: diff --git a/Samples/HistoryManager/HistoryManagerDemoSample/README.md b/Samples/HistoryManager/HistoryManagerDemoSample/README.md index 368db536..5b86c495 100644 --- a/Samples/HistoryManager/HistoryManagerDemoSample/README.md +++ b/Samples/HistoryManager/HistoryManagerDemoSample/README.md @@ -1,6 +1,6 @@ # History manager sample -This sample demonstrates undo redo functions of diagram control. +This sample demonstrates undo redo functions of diagram control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: diff --git a/Samples/HistoryManager/HistoryManagerStackView/README.md b/Samples/HistoryManager/HistoryManagerStackView/README.md index cac97ffa..fc09c6a9 100644 --- a/Samples/HistoryManager/HistoryManagerStackView/README.md +++ b/Samples/HistoryManager/HistoryManagerStackView/README.md @@ -1,6 +1,6 @@ # History manager sample -This sample demonstrates how to view values undo redo stack of diagram control. +This sample demonstrates how to view values undo redo stack of diagram control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: diff --git a/Samples/Interaction/CustomQuickCommand/README.md b/Samples/Interaction/CustomQuickCommand/README.md index 6f25bff7..25ac4e6f 100644 --- a/Samples/Interaction/CustomQuickCommand/README.md +++ b/Samples/Interaction/CustomQuickCommand/README.md @@ -1,5 +1,5 @@ # Custom Quick command sample -This repository contains sample shows how to customize the quickcommand in sfdiagram. +This repository contains sample shows how to customize the quickcommand in sfdiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction#quick-command diff --git a/Samples/Interaction/DiagramScrollUsingArrowKeys/README.md b/Samples/Interaction/DiagramScrollUsingArrowKeys/README.md index f16b5955..bc554265 100644 --- a/Samples/Interaction/DiagramScrollUsingArrowKeys/README.md +++ b/Samples/Interaction/DiagramScrollUsingArrowKeys/README.md @@ -1,5 +1,5 @@ # Diagram Scroll Using ArrowKeys sample -This repository contains sample which shows scrolling diagram using Arrow keys. +This repository contains sample which shows scrolling diagram using Arrow keys. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction#keyboard diff --git a/Samples/Interaction/IndicatorStyle-sample/README.md b/Samples/Interaction/IndicatorStyle-sample/README.md index 8d8487e9..4ff12ca1 100644 --- a/Samples/Interaction/IndicatorStyle-sample/README.md +++ b/Samples/Interaction/IndicatorStyle-sample/README.md @@ -1,5 +1,5 @@ # Indicator Style sample -This repository contains sample to show how to apply Drop indicators and Selection indicators to the diagram control . +This repository contains sample to show how to apply Drop indicators and Selection indicators to the diagram control . Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction#Selection diff --git a/Samples/Interaction/KeyboardShortcuts-sample/README.md b/Samples/Interaction/KeyboardShortcuts-sample/README.md index 339a5799..f36c2993 100644 --- a/Samples/Interaction/KeyboardShortcuts-sample/README.md +++ b/Samples/Interaction/KeyboardShortcuts-sample/README.md @@ -1,5 +1,5 @@ # Keyboard shortcut sample -This repository contains sample interaction with diagram control using shortcut keys. Command Manager support is used to manage keyboard interactions. +This repository contains sample interaction with diagram control using shortcut keys. Command Manager support is used to manage keyboard interactions. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction#keyboard diff --git a/Samples/Interaction/MultipleQuickCommands/README.md b/Samples/Interaction/MultipleQuickCommands/README.md index 25cd337d..559993d2 100644 --- a/Samples/Interaction/MultipleQuickCommands/README.md +++ b/Samples/Interaction/MultipleQuickCommands/README.md @@ -1,5 +1,5 @@ # Custom Quick command sample -This repository contains sample shows how to display the different QuickCommand based on the type of the Node +This repository contains sample shows how to display the different QuickCommand based on the type of the Node. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction#quick-command diff --git a/Samples/Interaction/PreviewSettings-sample/README.md b/Samples/Interaction/PreviewSettings-sample/README.md index 55f205c0..25b0389d 100644 --- a/Samples/Interaction/PreviewSettings-sample/README.md +++ b/Samples/Interaction/PreviewSettings-sample/README.md @@ -1,5 +1,5 @@ # Preview Settings sample -This repository contains sample which shows how to enable previewsettings to SfDiagram. +This repository contains sample which shows how to enable previewsettings to SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction#previewsettings diff --git a/Samples/Interaction/Selectionmode-sample/README.md b/Samples/Interaction/Selectionmode-sample/README.md index fdc8f6ca..66a1041d 100644 --- a/Samples/Interaction/Selectionmode-sample/README.md +++ b/Samples/Interaction/Selectionmode-sample/README.md @@ -1,5 +1,5 @@ # SelectionMode sample -This repository contains sample which shows how to switch between selection modes at runtime in diagram. +This repository contains sample which shows how to switch between selection modes at runtime in diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction#previewsettings diff --git a/Samples/Localization/README.md b/Samples/Localization/README.md index d0c8b918..25d9ba4a 100644 --- a/Samples/Localization/README.md +++ b/Samples/Localization/README.md @@ -1,5 +1,5 @@ # Localization sample -This repository contains sample which shows localization of Syncfusion WPF SfDiagram. +This repository contains sample which shows localization of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram). __*Documentation*__: https://help.syncfusion.com/wpf/diagram/localization diff --git a/Samples/LogicCircuit/LogicCircuitSimulation/README.md b/Samples/LogicCircuit/LogicCircuitSimulation/README.md index 3706a7ab..59b404b8 100644 --- a/Samples/LogicCircuit/LogicCircuitSimulation/README.md +++ b/Samples/LogicCircuit/LogicCircuitSimulation/README.md @@ -1,6 +1,6 @@ # Logic circuit simulation sample -This sample demonstrates basic design and simulation of logic circuit diagram using Gates, inputs, Timer. Designed circuits can be saved and existing circuits can be added to the diagram. +This sample demonstrates basic design and simulation of logic circuit diagram using Gates, inputs, Timer. Designed circuits can be saved and existing circuits can be added to the diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation diff --git a/Samples/Magnifier/README.md b/Samples/Magnifier/README.md index 8ad9c413..2ded3fbe 100644 --- a/Samples/Magnifier/README.md +++ b/Samples/Magnifier/README.md @@ -1,5 +1,5 @@ # Localization sample -This repository contains magnifier sample. +This repository contains magnifier sample. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://www.syncfusion.com/wpf-controls/maginifier diff --git a/Samples/Node/CloneNode/README.md b/Samples/Node/CloneNode/README.md index 2995c979..7e038547 100644 --- a/Samples/Node/CloneNode/README.md +++ b/Samples/Node/CloneNode/README.md @@ -1,5 +1,5 @@ # Serialize image Node creation sample -This repository contains sample which shows how to clone the NodeViewModel. +This repository contains sample which shows how to clone the NodeViewModel. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram). diff --git a/Samples/Node/Multiple-SVG-paths-for-Node/README.md b/Samples/Node/Multiple-SVG-paths-for-Node/README.md index edc31e3e..a9b85f04 100644 --- a/Samples/Node/Multiple-SVG-paths-for-Node/README.md +++ b/Samples/Node/Multiple-SVG-paths-for-Node/README.md @@ -1,6 +1,6 @@ # Multiple SVG paths sample -This repository contains sample which shows how to create a Node using multiple SVG paths. +This repository contains sample which shows how to create a Node using multiple SVG paths. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/node#using-content-template diff --git a/Samples/Node/Node-with-CustomShapes/README.md b/Samples/Node/Node-with-CustomShapes/README.md index cd187b21..9310cd6f 100644 --- a/Samples/Node/Node-with-CustomShapes/README.md +++ b/Samples/Node/Node-with-CustomShapes/README.md @@ -1,5 +1,5 @@ # Visualize node sample -This repository contains sample which shows how to visualize a node in SfDiagram. +This repository contains sample which shows how to visualize a node in SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/node#visualize-a-node diff --git a/Samples/Node/Node-with-properties/README.md b/Samples/Node/Node-with-properties/README.md index 9699ef48..bcda0f56 100644 --- a/Samples/Node/Node-with-properties/README.md +++ b/Samples/Node/Node-with-properties/README.md @@ -1,5 +1,5 @@ # Node properties customization sample -This repository contains sample which shows how to customize the node properties at runtime. +This repository contains sample which shows how to customize the node properties at runtime. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/node#position diff --git a/Samples/Node/Sample-for-GetNode/README.md b/Samples/Node/Sample-for-GetNode/README.md index cb80b2b3..098123a4 100644 --- a/Samples/Node/Sample-for-GetNode/README.md +++ b/Samples/Node/Sample-for-GetNode/README.md @@ -1,6 +1,6 @@ # How to get the node or connector in the MouseMove event in WPF Diagram (SfDiagram)? -This repository contains sample which shows how to get the node or connector in the MouseMove Event. +This repository contains sample which shows how to get the node or connector in the MouseMove Event. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/node diff --git a/Samples/Node/Sample-for-NodeCreation/README.md b/Samples/Node/Sample-for-NodeCreation/README.md index 935b6dba..959a5b18 100644 --- a/Samples/Node/Sample-for-NodeCreation/README.md +++ b/Samples/Node/Sample-for-NodeCreation/README.md @@ -1,5 +1,5 @@ # Node creation sample -This repository contains sample which shows how to create node and add it to nodecolletion in SfDiagram. +This repository contains sample which shows how to create node and add it to nodecolletion in SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/node#create-node diff --git a/Samples/Node/SampleRotateNodeBasedOnSegment/README.md b/Samples/Node/SampleRotateNodeBasedOnSegment/README.md index 95bcd576..cf53dbb6 100644 --- a/Samples/Node/SampleRotateNodeBasedOnSegment/README.md +++ b/Samples/Node/SampleRotateNodeBasedOnSegment/README.md @@ -1,5 +1,5 @@ # Node creation sample -This repository contains sample which shows how to rotate the node based on the segement decorator position. +This repository contains sample which shows how to rotate the node based on the segement decorator position. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/node#create-node diff --git a/Samples/Node/SerializeImageNode/README.md b/Samples/Node/SerializeImageNode/README.md index 2d44d97c..da0ffa33 100644 --- a/Samples/Node/SerializeImageNode/README.md +++ b/Samples/Node/SerializeImageNode/README.md @@ -1,7 +1,5 @@ # Serialize image Node creation sample -This repository contains sample which shows how to serialize the image node. - - [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram). +This repository contains sample which shows how to serialize the image node. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Node/Switch_Icon_visibility/README.md b/Samples/Node/Switch_Icon_visibility/README.md index f598611a..72b714aa 100644 --- a/Samples/Node/Switch_Icon_visibility/README.md +++ b/Samples/Node/Switch_Icon_visibility/README.md @@ -1,7 +1,5 @@ # Serialize image Node creation sample -This repository contains sample which shows how to switch the visibility for the icon. - - [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram). +This repository contains sample which shows how to switch the visibility for the icon. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Overview/README.md b/Samples/Overview/README.md index 3b107024..4442d487 100644 --- a/Samples/Overview/README.md +++ b/Samples/Overview/README.md @@ -1,6 +1,6 @@ # Overview sample -This sample illustrates how to add overview control to display a preview (overall view) of the entire content of a Diagram. +This sample illustrates how to add overview control to display a preview (overall view) of the entire content of a Diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/overview-control diff --git a/Samples/PageBreaks/README.md b/Samples/PageBreaks/README.md index 5076f3c8..614d8eea 100644 --- a/Samples/PageBreaks/README.md +++ b/Samples/PageBreaks/README.md @@ -1,5 +1,5 @@ # Page breaks Sample -This sample demonstrate how to adjust the node position when it is lie on the page breaks. +This sample demonstrate how to adjust the node position when it is lie on the page breaks. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/diagram-ribbon diff --git a/Samples/PageSettings/ImageBackground/README.md b/Samples/PageSettings/ImageBackground/README.md index d5369ebd..83879751 100644 --- a/Samples/PageSettings/ImageBackground/README.md +++ b/Samples/PageSettings/ImageBackground/README.md @@ -1,6 +1,6 @@ # Image Background sample -This sample demonstrates how to set image background for diagram page using PageSettings related properties. +This sample demonstrates how to set image background for diagram page using PageSettings related properties. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/page-settings diff --git a/Samples/PageSettings/PageSettings/README.md b/Samples/PageSettings/PageSettings/README.md index a885cd67..07595d01 100644 --- a/Samples/PageSettings/PageSettings/README.md +++ b/Samples/PageSettings/PageSettings/README.md @@ -1,6 +1,6 @@ # PageSettings sample -This sample demonstrates page settings of diagram page. +This sample demonstrates page settings of diagram page. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/page-settings diff --git a/Samples/Panning/README.md b/Samples/Panning/README.md index 7b6c0f1c..8db79af4 100644 --- a/Samples/Panning/README.md +++ b/Samples/Panning/README.md @@ -1,6 +1,6 @@ # MouseMiddleButton sample -This sample demonstrates how to pan and scroll the diagram using mouse middle button. +This sample demonstrates how to pan and scroll the diagram using mouse middle button. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/page-settings diff --git a/Samples/Port/AutomaticPortCreation/README.md b/Samples/Port/AutomaticPortCreation/README.md index cb99d6c8..aa1407a1 100644 --- a/Samples/Port/AutomaticPortCreation/README.md +++ b/Samples/Port/AutomaticPortCreation/README.md @@ -1,5 +1,5 @@ # Automatic Port Creation sample -This repository contains sample which shows how to create a port dynamically by clicking and dragging the mouse over any node or connector. +This repository contains sample which shows how to create a port dynamically by clicking and dragging the mouse over any node or connector. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/port/automaticportcreation diff --git a/Samples/Port/DisplaySameColorPort/README.md b/Samples/Port/DisplaySameColorPort/README.md index ee1d720f..7114d823 100644 --- a/Samples/Port/DisplaySameColorPort/README.md +++ b/Samples/Port/DisplaySameColorPort/README.md @@ -1,5 +1,5 @@ # Port creation sample -This repository contains sample which shows how display only the ports of the same color in the target node based on the source node's port color in WPF Diagram +This repository contains sample which shows how display only the ports of the same color in the target node based on the source node's port color in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/port/port diff --git a/Samples/Port/How to customize port-hover-effect/README.md b/Samples/Port/How to customize port-hover-effect/README.md index bb6c02e3..20b9a9b2 100644 --- a/Samples/Port/How to customize port-hover-effect/README.md +++ b/Samples/Port/How to customize port-hover-effect/README.md @@ -1,5 +1,5 @@ # Port customization sample -This repository contains sample which shows how to customize Port Hover effect. +This repository contains sample which shows how to customize Port Hover effect. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/port/port#padding diff --git a/Samples/Port/Port-Customization/README.md b/Samples/Port/Port-Customization/README.md index 770505fa..cc467305 100644 --- a/Samples/Port/Port-Customization/README.md +++ b/Samples/Port/Port-Customization/README.md @@ -1,5 +1,5 @@ # Port customization sample -This repository contains sample which shows how to customize the appearance of nodeport.Similarly, we can customize connectorport and dockport. +This repository contains sample which shows how to customize the appearance of nodeport.Similarly, we can customize connectorport and dockport. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/port/port#padding diff --git a/Samples/Port/Simple-PortCreation/README.md b/Samples/Port/Simple-PortCreation/README.md index 1444ba22..06d946fe 100644 --- a/Samples/Port/Simple-PortCreation/README.md +++ b/Samples/Port/Simple-PortCreation/README.md @@ -1,5 +1,5 @@ # Port creation sample -This repository contains sample which shows how to create nodeport,connectorport and dockport to a node and connector in SfDiagram. +This repository contains sample which shows how to create nodeport,connectorport and dockport to a node and connector in SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/port/port diff --git a/Samples/Printing/Printing/README.md b/Samples/Printing/Printing/README.md index 6fea08f9..81a8da0f 100644 --- a/Samples/Printing/Printing/README.md +++ b/Samples/Printing/Printing/README.md @@ -6,7 +6,7 @@ * [MainWindow.xaml](./CS/MainWindow.xaml) # Print the Diagram in WPF application -This sample demonstrate how to print the content displayed in the diagram page. +This sample demonstrate how to print the content displayed in the diagram page. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/printing diff --git a/Samples/RubberBandZoom/README.md b/Samples/RubberBandZoom/README.md index 9ac0f2a0..aa9e3ac0 100644 --- a/Samples/RubberBandZoom/README.md +++ b/Samples/RubberBandZoom/README.md @@ -1,5 +1,5 @@ # Deactivate RubberBandZoom Sample -This sample demonstrate how to deactivate the RubberBandZoom. +This sample demonstrate how to deactivate the RubberBandZoom. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/diagram-ribbon diff --git a/Samples/RubberBandZoom/RubberBandZoom/README.md b/Samples/RubberBandZoom/RubberBandZoom/README.md index 29b6ef13..9d52f6fd 100644 --- a/Samples/RubberBandZoom/RubberBandZoom/README.md +++ b/Samples/RubberBandZoom/RubberBandZoom/README.md @@ -1,5 +1,5 @@ # Deactivate RubberBandZoom Sample -This sample demonstrate how to bring the selected nodes and connectors to fit the window +This sample demonstrate how to bring the selected nodes and connectors to fit the window. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands/fittopage https://help.syncfusion.com/wpf/diagram/interaction/selection#selecting-a-group diff --git a/Samples/Rulers/README.md b/Samples/Rulers/README.md index 140b27e7..c101f1e1 100644 --- a/Samples/Rulers/README.md +++ b/Samples/Rulers/README.md @@ -1,6 +1,6 @@ # Rulers sample -This sample demonstrates how to create and customize the rulers in diagram control. +This sample demonstrates how to create and customize the rulers in diagram control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/rulers diff --git a/Samples/ScrollSettings/Scroll using touch pad/README.md b/Samples/ScrollSettings/Scroll using touch pad/README.md index c72b863c..e391be7c 100644 --- a/Samples/ScrollSettings/Scroll using touch pad/README.md +++ b/Samples/ScrollSettings/Scroll using touch pad/README.md @@ -1,6 +1,6 @@ # Scroll settings sample -This sample demonstrates how to scroll the page vertically and horizontally using the touch pad of the laptop. +This sample demonstrates how to scroll the page vertically and horizontally using the touch pad of the laptop. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/scroll-settings/scrollstatusandautoscroll diff --git a/Samples/ScrollSettings/ScrollSettings-sample/README.md b/Samples/ScrollSettings/ScrollSettings-sample/README.md index d079c3bb..f3bb9f42 100644 --- a/Samples/ScrollSettings/ScrollSettings-sample/README.md +++ b/Samples/ScrollSettings/ScrollSettings-sample/README.md @@ -1,6 +1,6 @@ # Scroll settings sample -This sample demonstrates how to scroll the page dynamically in SfDiagram. +This sample demonstrates how to scroll the page dynamically in SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/scroll-settings/scrollstatusandautoscroll diff --git a/Samples/Selection/BindingSelectedItemViewToViewModel/README.md b/Samples/Selection/BindingSelectedItemViewToViewModel/README.md index f48aaef8..ae1c19a1 100644 --- a/Samples/Selection/BindingSelectedItemViewToViewModel/README.md +++ b/Samples/Selection/BindingSelectedItemViewToViewModel/README.md @@ -1,6 +1,6 @@ # Sample for how to bind the SelectedItems property of SfDiagram(View) to custom ViewModel property -This sample demonstrates how to bind the SelectedItems property of SfDiagram to ViewModel property. +This sample demonstrates how to bind the SelectedItems property of SfDiagram to ViewModel property. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction/selection diff --git a/Samples/Selection/Node Selection/README.md b/Samples/Selection/Node Selection/README.md index 07bb2f08..bff63d0c 100644 --- a/Samples/Selection/Node Selection/README.md +++ b/Samples/Selection/Node Selection/README.md @@ -1,6 +1,6 @@ # How to customize the Selector in WPF Diagram (SfDiagram)? -This sample explains how to customize the existing selection behavior. +This sample explains how to customize the existing selection behavior. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction/selection diff --git a/Samples/Selection/Selector Tooptip sample/README.md b/Samples/Selection/Selector Tooptip sample/README.md index 37c3427a..b8c7da25 100644 --- a/Samples/Selection/Selector Tooptip sample/README.md +++ b/Samples/Selection/Selector Tooptip sample/README.md @@ -1,6 +1,6 @@ # How to customize the Selector in WPF Diagram (SfDiagram)? -This sample explains how to display selector tooltip closer to the Node and Smaller. +This sample explains how to display selector tooltip closer to the Node and Smaller. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction/selection diff --git a/Samples/Sequence Diagram/README.md b/Samples/Sequence Diagram/README.md index 43dcb671..12992797 100644 --- a/Samples/Sequence Diagram/README.md +++ b/Samples/Sequence Diagram/README.md @@ -1,5 +1,5 @@ # Sequence Diagram Sample -This sample demonstrate How to create a Sequence Diagram using UMLSequenceDiagramModel. +This sample demonstrate How to create a Sequence Diagram using UMLSequenceDiagramModel. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/uml_sequence_diagram#Sequence-Diagram.md diff --git a/Samples/Serialization/MermaidTextToDiagramLayout/README.md b/Samples/Serialization/MermaidTextToDiagramLayout/README.md index 6ff7394a..0e6967c1 100644 --- a/Samples/Serialization/MermaidTextToDiagramLayout/README.md +++ b/Samples/Serialization/MermaidTextToDiagramLayout/README.md @@ -1,5 +1,5 @@ # Mermaid Text to Diagram Layout sample -This sample demonstrates how to create a diagram layout using Mermaid text as input and how to retrieve Mermaid text from the diagram layout. +This sample demonstrates how to create a diagram layout using Mermaid text as input and how to retrieve Mermaid text from the diagram layout. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/serialization ## Project pre-requisites diff --git a/Samples/Serialization/Serialization/README.md b/Samples/Serialization/Serialization/README.md index 017ac42c..0042eb85 100644 --- a/Samples/Serialization/Serialization/README.md +++ b/Samples/Serialization/Serialization/README.md @@ -1,5 +1,5 @@ # Serialization sample -This sample demonstrate how to serialize Diagram elements with custom contents. This will help to serialize custom classes with DataContact attribute. +This sample demonstrate how to serialize Diagram elements with custom contents. This will help to serialize custom classes with DataContact attribute. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/serialization ## Project pre-requisites diff --git a/Samples/SfTreeView To Diagram/README.md b/Samples/SfTreeView To Diagram/README.md index fbfd94ad..7712af2c 100644 --- a/Samples/SfTreeView To Diagram/README.md +++ b/Samples/SfTreeView To Diagram/README.md @@ -1,5 +1,5 @@ # Drag and Drop from SfTreeView to diagram sample -This sample demonstrates how to drag and drop SfTreeView element to sfdiagram. +This sample demonstrates how to drag and drop SfTreeView element to sfdiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://www.syncfusion.com/kb/10574/how-to-drag-and-drop-elements-from-SfTreeView diff --git a/Samples/Shapes/README.md b/Samples/Shapes/README.md index 14491577..04dcbce2 100644 --- a/Samples/Shapes/README.md +++ b/Samples/Shapes/README.md @@ -1,6 +1,6 @@ # Shapes sample -This sample demonstrates all shapes in diagram dictionary. +This sample demonstrates all shapes in diagram dictionary. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/shapes diff --git a/Samples/Snapping/README.md b/Samples/Snapping/README.md index 2b8e1336..04524d59 100644 --- a/Samples/Snapping/README.md +++ b/Samples/Snapping/README.md @@ -1,6 +1,6 @@ # Snapping sample -This sample demonstrates how to snap the diagram objects with page. +This sample demonstrates how to snap the diagram objects with page. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/snapping/definesnapping diff --git a/Samples/Snapping/SnappingLineForNodeOnly/README.md b/Samples/Snapping/SnappingLineForNodeOnly/README.md index 9f1d855c..c2dc81a3 100644 --- a/Samples/Snapping/SnappingLineForNodeOnly/README.md +++ b/Samples/Snapping/SnappingLineForNodeOnly/README.md @@ -1,6 +1,6 @@ # Snapping line for node alone sample -This sample demonstrates how to enable the snap line for node alone +This sample demonstrates how to enable the snap line for node alone. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/snapping/definesnapping diff --git a/Samples/Stencil/AutoConnectSample/README.md b/Samples/Stencil/AutoConnectSample/README.md index fb049ead..ccb04b50 100644 --- a/Samples/Stencil/AutoConnectSample/README.md +++ b/Samples/Stencil/AutoConnectSample/README.md @@ -1,6 +1,6 @@ # AutoConnect sample -This repository contains a sample that shows how to achieve AutoConnect functionality in the SfDiagram. +This repository contains a sample that shows how to achieve AutoConnect functionality in the SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil#preserving-node-template-while-drag-and-drop diff --git a/Samples/Stencil/CollapseVisibility/README.md b/Samples/Stencil/CollapseVisibility/README.md index 2ff3b83f..a35abd95 100644 --- a/Samples/Stencil/CollapseVisibility/README.md +++ b/Samples/Stencil/CollapseVisibility/README.md @@ -1,6 +1,6 @@ # Collapse visibility sample -This repository contains sample which shows how to manage the visibility of the node when it is drag and drop over the another node +This repository contains sample which shows how to manage the visibility of the node when it is drag and drop over the another node. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil#preserving-node-template-while-drag-and-drop diff --git a/Samples/Stencil/EnableOrDisableSymbol/README.md b/Samples/Stencil/EnableOrDisableSymbol/README.md index 4a659324..63b9c583 100644 --- a/Samples/Stencil/EnableOrDisableSymbol/README.md +++ b/Samples/Stencil/EnableOrDisableSymbol/README.md @@ -1,6 +1,6 @@ # How to Enable or Disbale the stencil symbol in WPF Diagram (SfDiagram)? -This repository contains sample which shows how to Enable/Disable the stencil symbol. +This repository contains sample which shows how to Enable/Disable the stencil symbol. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/serialization ## Project pre-requisites diff --git a/Samples/Stencil/PreviewEffectWithoutDragTheSymbol/README.md b/Samples/Stencil/PreviewEffectWithoutDragTheSymbol/README.md index 104af913..9062f093 100644 --- a/Samples/Stencil/PreviewEffectWithoutDragTheSymbol/README.md +++ b/Samples/Stencil/PreviewEffectWithoutDragTheSymbol/README.md @@ -1,5 +1,5 @@ # Create preview effect without dragging the symbol -This repository contains sample which shows how to create the preview effect without dragging the symbol +This repository contains sample which shows how to create the preview effect without dragging the symbol. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil#preserving-node-template-while-drag-and-drop diff --git a/Samples/Stencil/SetAutomationIDForSearchbox/README.md b/Samples/Stencil/SetAutomationIDForSearchbox/README.md index f794a78f..a6b4f9c2 100644 --- a/Samples/Stencil/SetAutomationIDForSearchbox/README.md +++ b/Samples/Stencil/SetAutomationIDForSearchbox/README.md @@ -1,5 +1,5 @@ # Preserving node template while drag and drop -This repository contains sample which shows how to set the Automation Id for the search box. +This repository contains sample which shows how to set the Automation Id for the search box. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil diff --git a/Samples/Stencil/Stencil-with-node-connector-group/README.md b/Samples/Stencil/Stencil-with-node-connector-group/README.md index 6a9f3536..847b5d39 100644 --- a/Samples/Stencil/Stencil-with-node-connector-group/README.md +++ b/Samples/Stencil/Stencil-with-node-connector-group/README.md @@ -1,5 +1,5 @@ # Stencil with DiagramElements sample -This repository contains sample which shows how to add nodes, connectors and groups to stencil. +This repository contains sample which shows how to add nodes, connectors and groups to stencil. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil#using-diagramelements diff --git a/Samples/Stencil/Stencil-with-symbols/README.md b/Samples/Stencil/Stencil-with-symbols/README.md index d3402a48..d9419234 100644 --- a/Samples/Stencil/Stencil-with-symbols/README.md +++ b/Samples/Stencil/Stencil-with-symbols/README.md @@ -1,5 +1,5 @@ # Stencil with SymbolViewModel sample -This repository contains sample which shows how to add symbolviewmodel to stencil. +This repository contains sample which shows how to add symbolviewmodel to stencil. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil#using-isymbol diff --git a/Samples/Stencil/StencilCategory/README.md b/Samples/Stencil/StencilCategory/README.md index 3e3bb1da..68505dc6 100644 --- a/Samples/Stencil/StencilCategory/README.md +++ b/Samples/Stencil/StencilCategory/README.md @@ -1,6 +1,6 @@ # Stencil category sample -This repository contains sample which shows how to add and customize the stencil category into the diagram stencil. +This repository contains sample which shows how to add and customize the stencil category into the diagram stencil. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil#preserving-node-template-while-drag-and-drop diff --git a/Samples/Stencil/StencilCustomCommands/README.md b/Samples/Stencil/StencilCustomCommands/README.md index 50249425..7a0c1aea 100644 --- a/Samples/Stencil/StencilCustomCommands/README.md +++ b/Samples/Stencil/StencilCustomCommands/README.md @@ -1,5 +1,5 @@ # Stencil with Custom Commands -This repository contains sample which shows how can we Add or Remove commands from the Stencil's Command Manager. +This repository contains sample which shows how can we Add or Remove commands from the Stencil's Command Manager. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil diff --git a/Samples/Stencil/StencilTabView/README.md b/Samples/Stencil/StencilTabView/README.md index c63f8c90..6fca3c52 100644 --- a/Samples/Stencil/StencilTabView/README.md +++ b/Samples/Stencil/StencilTabView/README.md @@ -1,5 +1,5 @@ # Stencil with DiagramElements sample -This repository contains sample which shows the tab view of the stencil. +This repository contains sample which shows the tab view of the stencil. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil/symbolgroup/appearance diff --git a/Samples/Stencil/Stencil_ListView/README.md b/Samples/Stencil/Stencil_ListView/README.md index 4eebc25d..89a8aa3b 100644 --- a/Samples/Stencil/Stencil_ListView/README.md +++ b/Samples/Stencil/Stencil_ListView/README.md @@ -1,5 +1,5 @@ # Preserving node template while drag and drop -This repository contains sample which shows how to visually represented the stencil filter in a ListView +This repository contains sample which shows how to visually represented the stencil filter in a ListView. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil diff --git a/Samples/Stencil/SymbolFilters-sample/README.md b/Samples/Stencil/SymbolFilters-sample/README.md index 8a5b1447..0ff15720 100644 --- a/Samples/Stencil/SymbolFilters-sample/README.md +++ b/Samples/Stencil/SymbolFilters-sample/README.md @@ -1,5 +1,5 @@ # SymbolFilters sample -This repository contains sample which shows how to add filter to show or hide the symbols by using delegates. +This repository contains sample which shows how to add filter to show or hide the symbols by using delegates. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil#symbol-filters diff --git a/Samples/Stencil/SymbolGroupSerialize/README.md b/Samples/Stencil/SymbolGroupSerialize/README.md index ded1fba5..9527f11a 100644 --- a/Samples/Stencil/SymbolGroupSerialize/README.md +++ b/Samples/Stencil/SymbolGroupSerialize/README.md @@ -1,6 +1,6 @@ # Sample to Serialize symbolgroups in stencil -This repository contains sample which shows how to serialize symbolgroups in stencil. +This repository contains sample which shows how to serialize symbolgroups in stencil. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil diff --git a/Samples/Stencil/SymbolGroupViewModel/BasicSymbolGroupViewModel/README.md b/Samples/Stencil/SymbolGroupViewModel/BasicSymbolGroupViewModel/README.md index a6949bf9..f174996f 100644 --- a/Samples/Stencil/SymbolGroupViewModel/BasicSymbolGroupViewModel/README.md +++ b/Samples/Stencil/SymbolGroupViewModel/BasicSymbolGroupViewModel/README.md @@ -1,6 +1,6 @@ # SymbolGroupViewModel sample -This sample demonstrate how to create the symbol group view model to the stencil with symbols, name, category source properties. +This sample demonstrate how to create the symbol group view model to the stencil with symbols, name, category source properties. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/serialization ## Project pre-requisites diff --git a/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/README.md b/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/README.md index b0e0e90e..0fd79276 100644 --- a/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/README.md +++ b/Samples/Stencil/SymbolGroupViewModel/SymbolGroupsWithContextMenu/README.md @@ -1,6 +1,6 @@ # SymbolGroupViewModel with context menu sample -This sample demonstrate how to create the symbol group view model with context menu lsit to the stencil. +This sample demonstrate how to create the symbol group view model with context menu lsit to the stencil. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/serialization ## Project pre-requisites diff --git a/Samples/Stencil/Update-Symbol-Color/README.md b/Samples/Stencil/Update-Symbol-Color/README.md index 1e7ef9b7..b728083c 100644 --- a/Samples/Stencil/Update-Symbol-Color/README.md +++ b/Samples/Stencil/Update-Symbol-Color/README.md @@ -1,6 +1,6 @@ # Update-Symbol-Color sample -This sample demonstrate Hhw to change the color of a node in the stencil and diagram while loading a saved file +This sample demonstrate How to change the color of a node in the stencil and diagram while loading a saved file. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil/stencil ## Project pre-requisites diff --git a/Samples/Swimlane/Swimlane-Sample/README.md b/Samples/Swimlane/Swimlane-Sample/README.md index 4f589423..e9cde3cc 100644 --- a/Samples/Swimlane/Swimlane-Sample/README.md +++ b/Samples/Swimlane/Swimlane-Sample/README.md @@ -1,6 +1,6 @@ # Swimlane creation sample -This sample demonstrate how to create swimlane diagram. +This sample demonstrate how to create swimlane diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Swimlane/SwimlaneCreation/README.md b/Samples/Swimlane/SwimlaneCreation/README.md index be0bc085..27b19259 100644 --- a/Samples/Swimlane/SwimlaneCreation/README.md +++ b/Samples/Swimlane/SwimlaneCreation/README.md @@ -1,6 +1,6 @@ # Swimlane creation sample -This sample demonstrate how to create empty swimlane diagram. +This sample demonstrate how to create empty swimlane diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Swimlane/Swimlane_Add_Remove_Lane/README.md b/Samples/Swimlane/Swimlane_Add_Remove_Lane/README.md index 37f29e41..53cacbc8 100644 --- a/Samples/Swimlane/Swimlane_Add_Remove_Lane/README.md +++ b/Samples/Swimlane/Swimlane_Add_Remove_Lane/README.md @@ -1,6 +1,6 @@ # Add and Remove the Lane from Swimlane sample -This sample demonstrate how to add and remove the lane from swimlane diagram. +This sample demonstrate how to add and remove the lane from swimlane diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Swimlane/Swimlane_Add_Remove_Phase/README.md b/Samples/Swimlane/Swimlane_Add_Remove_Phase/README.md index 5b67b3e3..1997fb11 100644 --- a/Samples/Swimlane/Swimlane_Add_Remove_Phase/README.md +++ b/Samples/Swimlane/Swimlane_Add_Remove_Phase/README.md @@ -1,6 +1,6 @@ # Add and Remove the Phase from Swimlane sample -This sample demonstrate how to add and remove the phase from swimlane diagram. +This sample demonstrate how to add and remove the phase from swimlane diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Swimlane/Swimlane_Header/README.md b/Samples/Swimlane/Swimlane_Header/README.md index c67e5788..54965345 100644 --- a/Samples/Swimlane/Swimlane_Header/README.md +++ b/Samples/Swimlane/Swimlane_Header/README.md @@ -1,6 +1,6 @@ # Swimlane header creation sample -This sample demonstrate how to create a header for swimlane diagram. +This sample demonstrate how to create a header for swimlane diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Swimlane/Swimlane_Lane_Children/README.md b/Samples/Swimlane/Swimlane_Lane_Children/README.md index 1a256d5a..11d8f5f5 100644 --- a/Samples/Swimlane/Swimlane_Lane_Children/README.md +++ b/Samples/Swimlane/Swimlane_Lane_Children/README.md @@ -1,6 +1,6 @@ # Add child element into Lane sample -This sample demonstrate how to add child element into lane in swimlane diagram. +This sample demonstrate how to add child element into lane in swimlane diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Theme/ThemeStyle/README.md b/Samples/Theme/ThemeStyle/README.md index a20b38b4..0f1633a2 100644 --- a/Samples/Theme/ThemeStyle/README.md +++ b/Samples/Theme/ThemeStyle/README.md @@ -5,7 +5,7 @@ * [MainWindow.xaml](./CS/MainWindow.xaml) # Theme for Diagram in WPF application -This sample demonstrate how to apply the theme for diagramming elements. +This sample demonstrate how to apply the theme for diagramming elements. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/theme diff --git a/Samples/ToolTip/ToolTipForNodeAndNodePorts/README.md b/Samples/ToolTip/ToolTipForNodeAndNodePorts/README.md index 22415c53..9fbdb6b9 100644 --- a/Samples/ToolTip/ToolTipForNodeAndNodePorts/README.md +++ b/Samples/ToolTip/ToolTipForNodeAndNodePorts/README.md @@ -1,6 +1,6 @@ # Sample to add tool tip for Node and Nodeport -This repository contains sample which shows to add tool tip for Nodes and NodPorts in SfDiagram. +This repository contains sample which shows to add tool tip for Nodes and NodPorts in SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/port/port diff --git a/Samples/Tools/SetCursorSample/README.md b/Samples/Tools/SetCursorSample/README.md index ce7ab2ba..dbaf85c6 100644 --- a/Samples/Tools/SetCursorSample/README.md +++ b/Samples/Tools/SetCursorSample/README.md @@ -1,6 +1,6 @@ # Set cursors sample -This sample demonstrates how to override the default cursors of diagram objects. +This sample demonstrates how to override the default cursors of diagram objects. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/tools diff --git a/Samples/Tools/SetToolSample/README.md b/Samples/Tools/SetToolSample/README.md index 7f23676b..be4cdcdf 100644 --- a/Samples/Tools/SetToolSample/README.md +++ b/Samples/Tools/SetToolSample/README.md @@ -1,6 +1,6 @@ # Set tools sample -This sample demonstrates how to override the default tools of diagram objects. +This sample demonstrates how to override the default tools of diagram objects. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/tools diff --git a/Samples/TreeViewToDiagram/TreeViewToDiagram/README.md b/Samples/TreeViewToDiagram/TreeViewToDiagram/README.md index 5f4cca74..fa2a0f36 100644 --- a/Samples/TreeViewToDiagram/TreeViewToDiagram/README.md +++ b/Samples/TreeViewToDiagram/TreeViewToDiagram/README.md @@ -1,5 +1,5 @@ # Drag and Drop from treeview to diagram sample -This sample demonstrates how to drag and drop treeview element to sfdiagram. +This sample demonstrates how to drag and drop treeview element to sfdiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://www.syncfusion.com/kb/10574/how-to-drag-and-drop-elements-from-treeview diff --git a/Samples/UseCase Diagrams/Activity Diagram/Readme.md b/Samples/UseCase Diagrams/Activity Diagram/Readme.md index b5fa75d1..f6f95099 100644 --- a/Samples/UseCase Diagrams/Activity Diagram/Readme.md +++ b/Samples/UseCase Diagrams/Activity Diagram/Readme.md @@ -1,6 +1,6 @@ # UML Activity diagram sample -This sample demonstrates how to to create interactive UML Activity diagram with our built-in UML shapes, Nodes and the various interactions to position the UML Activity Diagram nodes in the diagram surface. +This sample demonstrates how to to create interactive UML Activity diagram with our built-in UML shapes, Nodes and the various interactions to position the UML Activity Diagram nodes in the diagram surface. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/umldiagramshapes#umlactivity diff --git a/Samples/UseCase Diagrams/State Diagram/Readme.md b/Samples/UseCase Diagrams/State Diagram/Readme.md index 9c5d06d1..3fbedd61 100644 --- a/Samples/UseCase Diagrams/State Diagram/Readme.md +++ b/Samples/UseCase Diagrams/State Diagram/Readme.md @@ -1,6 +1,6 @@ # UML Activity diagram sample -This sample demonstrates how to to create interactive UML State diagram with our built-in UML shapes, Nodes, Containers and the various interactions to position the UML State Diagram nodes in the diagram surface. +This sample demonstrates how to to create interactive UML State diagram with our built-in UML shapes, Nodes, Containers and the various interactions to position the UML State Diagram nodes in the diagram surface. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/umldiagramshapes#umlstatediagram diff --git a/Samples/UseCase Diagrams/UseCase Diagram/Readme.md b/Samples/UseCase Diagrams/UseCase Diagram/Readme.md index 6d26b0c4..067c3ba4 100644 --- a/Samples/UseCase Diagrams/UseCase Diagram/Readme.md +++ b/Samples/UseCase Diagrams/UseCase Diagram/Readme.md @@ -1,6 +1,6 @@ # UML Activity diagram sample -This sample demonstrates how to to create interactive UML UseCase diagram with our built-in UML shapes, Nodes, Containers and the various interactions to position the UML UseCase Diagram nodes in the diagram surface. +This sample demonstrates how to to create interactive UML UseCase diagram with our built-in UML shapes, Nodes, Containers and the various interactions to position the UML UseCase Diagram nodes in the diagram surface. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/umldiagramshapes#umlusecase diff --git a/Samples/Usecase samples/UML Class Diagram/Readme.md b/Samples/Usecase samples/UML Class Diagram/Readme.md index 31494449..b633d26c 100644 --- a/Samples/Usecase samples/UML Class Diagram/Readme.md +++ b/Samples/Usecase samples/UML Class Diagram/Readme.md @@ -1,6 +1,6 @@ # UML class diagram sample -This sample demonstrates how to to create interactive UML class diagram with our built-in UML shapes, Nodes, Groups and the various interactions to position the UML class nodes in the diagram surface. +This sample demonstrates how to to create interactive UML class diagram with our built-in UML shapes, Nodes, Groups and the various interactions to position the UML class nodes in the diagram surface. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Virtualization/README.md b/Samples/Virtualization/README.md index cbad82ee..b76c473f 100644 --- a/Samples/Virtualization/README.md +++ b/Samples/Virtualization/README.md @@ -1,6 +1,6 @@ # Virtualization sample -This sample demonstrates virtualization behaviour of SfDigaram control. +This sample demonstrates virtualization behaviour of SfDigaram control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/virtualization