diff --git a/Samples/Animation/README.md b/Samples/Animation/README.md index 85280695..88119d2f 100644 --- a/Samples/Animation/README.md +++ b/Samples/Animation/README.md @@ -1,5 +1,5 @@ # How to disable the animation while creating a connection in WPF Diagram (SfDiagram)? -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) supports animation will be shown while creating a connection by default. This animation can be disabled by overriding the RunTimeConnectionIndicator template. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) supports animation will be shown while creating a connection by default. This animation can be disabled by overriding the RunTimeConnectionIndicator template. KB article - [How to disable the animation while creating a connection in WPF Diagram (SfDiagram)?](https://www.syncfusion.com/kb/9470/how-to-disable-the-animation-while-creating-a-connection-in-wpf-diagram-sfdiagram) diff --git a/Samples/Annotations/AnnotationSelection/README.md b/Samples/Annotations/AnnotationSelection/README.md index 46ac56ee..652fb1aa 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation diff --git a/Samples/Annotations/AnnotationVisibilityWPF/README.md b/Samples/Annotations/AnnotationVisibilityWPF/README.md index 27b28d18..d6abf032 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-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 850bc726..10319330 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 aa96e8e0..8528d2ff 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation diff --git a/Samples/Annotations/README.md b/Samples/Annotations/README.md index 406f15e7..f992b0f2 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation diff --git a/Samples/Automatic Layout/Custom DataSource/README.md b/Samples/Automatic Layout/Custom DataSource/README.md index f9990ff9..00c48ecf 100644 --- a/Samples/Automatic Layout/Custom DataSource/README.md +++ b/Samples/Automatic Layout/Custom DataSource/README.md @@ -1,7 +1,7 @@ # Custom Data Source Sample This sample demonstrate How to create a Custom layout. -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) can be populated with the [nodes](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) and [connectors](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ConnectorViewModel.html) based on the information provided from an external data source. The [DataSource](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.DataSourceSettings~DataSource.html) property is used to define the data source either as a collection of any business objects or collection of Nodes. Here, diagram is generated as layout with DataSource as NodeViewModel. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) can be populated with the [nodes](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) and [connectors](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ConnectorViewModel.html) based on the information provided from an external data source. The [DataSource](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.DataSourceSettings~DataSource.html) property is used to define the data source either as a collection of any business objects or collection of Nodes. Here, diagram is generated as layout with DataSource as NodeViewModel. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#hierarchical-tree-layout 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 aed12a29..b306ddd5 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 WPF diagram control. Following are some sample graphs rendered using the MSAGL layout engine. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-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/Automatic Layout/DataSource-as-NodeViewModel/README.md b/Samples/Automatic Layout/DataSource-as-NodeViewModel/README.md index 3054196a..98c92a21 100644 --- a/Samples/Automatic Layout/DataSource-as-NodeViewModel/README.md +++ b/Samples/Automatic Layout/DataSource-as-NodeViewModel/README.md @@ -1,7 +1,7 @@ # Hierarchical Tree with datasource as nodeviewmodel sample This sample demonstrate How to generate Layout with DataSource as NodeViewModel instead of business object class. -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) can be populated with the [nodes](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) and [connectors](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ConnectorViewModel.html) based on the information provided from an external data source. The [DataSource](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.DataSourceSettings~DataSource.html) property is used to define the data source either as a collection of any business objects or collection of Nodes. Here, diagram is generated as layout with DataSource as NodeViewModel. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) can be populated with the [nodes](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) and [connectors](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ConnectorViewModel.html) based on the information provided from an external data source. The [DataSource](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.DataSourceSettings~DataSource.html) property is used to define the data source either as a collection of any business objects or collection of Nodes. Here, diagram is generated as layout with DataSource as NodeViewModel. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#hierarchical-tree-layout 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 34844fa9..bbc1b8e5 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 b23e6326..a6defddf 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#flowchart-layout diff --git a/Samples/Automatic Layout/Force Directed Tree layout/README.md b/Samples/Automatic Layout/Force Directed Tree layout/README.md index dbb10666..0377a4b5 100644 --- a/Samples/Automatic Layout/Force Directed Tree layout/README.md +++ b/Samples/Automatic Layout/Force Directed Tree layout/README.md @@ -1,5 +1,5 @@ # Force Directed Tree Layout sample -This sample demonstrate how to create a simple Force Directed Tree Layout using [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This sample demonstrate how to create a simple Force Directed Tree Layout using [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). A force-directed layout algorithm uses a physics simulation (virtual spring-like forces and electrical repulsion) to arrange nodes in a graph. This approach automatically positions nodes to minimize edge crossings and visual clutter, making complex relationships easier to understand. diff --git a/Samples/Automatic Layout/Hierarchical Tree/README.md b/Samples/Automatic Layout/Hierarchical Tree/README.md index da877364..0ddd0762 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 7caa3c79..4d48cb79 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#hierarchical-tree-layout diff --git a/Samples/Automatic Layout/OrgChart with drag and dropped nodes/README.md b/Samples/Automatic Layout/OrgChart with drag and dropped nodes/README.md index ba2e4466..a75ba3ce 100644 --- a/Samples/Automatic Layout/OrgChart with drag and dropped nodes/README.md +++ b/Samples/Automatic Layout/OrgChart with drag and dropped nodes/README.md @@ -1,7 +1,7 @@ # Organization chart with drag drop from stencil sample This sample demonstrate the automatic arrangements of the nodes to create oraganization chart by dragging and droppings nodes from stencil. -The [ItemDropEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~ItemDropEvent_EV.html) is triggered when the [Node](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) or [Connector](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ConnectorViewModel.html) is dragged and dropped to another once the [AllowDrop](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeConstraints.html) Constraints is enabled for Node or Connector in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). Here, you get the source of the argument as drag item and Target as dropped items (List of items). This event helps us to reposition the nodes and relationship. +The [ItemDropEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~ItemDropEvent_EV.html) is triggered when the [Node](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) or [Connector](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ConnectorViewModel.html) is dragged and dropped to another once the [AllowDrop](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeConstraints.html) Constraints is enabled for Node or Connector in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). Here, you get the source of the argument as drag item and Target as dropped items (List of items). This event helps us to reposition the nodes and relationship. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#how-to-create-a-parent---child-relation-with-dropped-nodes-from-stencil diff --git a/Samples/Automatic Layout/Organization Chart/README.md b/Samples/Automatic Layout/Organization Chart/README.md index fd5fd923..9ef98be0 100644 --- a/Samples/Automatic Layout/Organization Chart/README.md +++ b/Samples/Automatic Layout/Organization Chart/README.md @@ -1,7 +1,7 @@ # Organization Chart sample -This sample demonstrate how to create a simple Organization Chart Layout using [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This sample demonstrate how to create a simple Organization Chart Layout using [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -A node can be specified as an assistant of its parent by adding it to the [Assistants](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.LayoutInfoArgs~Assistants.html) property of the [LayoutInfoArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.LayoutInfoArgs.html) class argument in the [GetLayoutInfo](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~GetLayoutInfo_EV.html) event of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +A node can be specified as an assistant of its parent by adding it to the [Assistants](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.LayoutInfoArgs~Assistants.html) property of the [LayoutInfoArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.LayoutInfoArgs.html) class argument in the [GetLayoutInfo](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~GetLayoutInfo_EV.html) event of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#organization-layout diff --git a/Samples/Automatic Layout/Radial Tree/README.md b/Samples/Automatic Layout/Radial Tree/README.md index c633dca9..a8a77120 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 6b37dc78..1f762d61 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 7423ee41..6a37de1b 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 523c5f5c..222aa4c0 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 fa21193f..048bac13 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 515a084e..b3582ced 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 4e974444..bbfa5bd7 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 81a4e208..d7f2cbfe 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 61fd361c..17c20761 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 1cd15e3c..6514f566 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 e99b7133..72e38f91 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 2942846d..2ce7a997 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 79fb453f..6155179d 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 cd5b3727..ea143175 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 6cbe138f..0c19370f 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 782fd7a6..9b44b43e 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 fff2bf55..628570cf 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 aae02695..01005f06 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 f43f6fb8..6e20a92e 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 fbbb3278..5910df96 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 cd332af0..2c0acf59 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 9feb0b3f..b688c59e 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#zoom ## Project pre-requisites diff --git a/Samples/Connector/Animated Connector/README.md b/Samples/Connector/Animated Connector/README.md index ae0d7bfa..a9ad417d 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-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 874b5f14..5a0469f1 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 96dcf733..f60097ef 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-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 a32c3313..1204782b 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 18163d4c..a067ed39 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 f6bf4cf5..416e3a19 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 f9933d3f..b4f6d621 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/defineconnector diff --git a/Samples/Connector/GetOrSetSegmentsProgrammatically/README.md b/Samples/Connector/GetOrSetSegmentsProgrammatically/README.md index cc154ab0..24f43aa6 100644 --- a/Samples/Connector/GetOrSetSegmentsProgrammatically/README.md +++ b/Samples/Connector/GetOrSetSegmentsProgrammatically/README.md @@ -2,7 +2,7 @@ This sample demonstrates how to get or set the segments programmatically in diagram. -The [ToPoints()](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IConnectorInfo~ToPoints.html) and [LoadSegments()](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IConnectorInfo~LoadSegments.html) methods of the [IConnectorInfo](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IConnectorInfo.html) can be used to retrieve and update the positions of the connector segments respectively in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +The [ToPoints()](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IConnectorInfo~ToPoints.html) and [LoadSegments()](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IConnectorInfo~LoadSegments.html) methods of the [IConnectorInfo](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IConnectorInfo.html) can be used to retrieve and update the positions of the connector segments respectively in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). __*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/segments/straight diff --git a/Samples/Connector/RestrictConnectorSourceTargetChangedFromNativeNode/README.md b/Samples/Connector/RestrictConnectorSourceTargetChangedFromNativeNode/README.md index 5edf7fd7..000fa1dd 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 f2010594..fc781c46 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 379322cd..e2d77545 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 0f30f6d5..fb3d5d27 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-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 9bb171ae..04bd11f9 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 4dd34c23..38c2e12f 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 47eb19c3..105b5532 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-diagram) __*Documentation*__:https://help.syncfusion.com/wpf/diagram/constraints diff --git a/Samples/Constraints/Floatelement-constraints-sample/README.md b/Samples/Constraints/Floatelement-constraints-sample/README.md index f839f43f..6c596e0b 100644 --- a/Samples/Constraints/Floatelement-constraints-sample/README.md +++ b/Samples/Constraints/Floatelement-constraints-sample/README.md @@ -1,7 +1,7 @@ # FloatElements Constraints sample This repository contains sample which illustrates how to drag node between multiple diagrams. -Dragging the [Node](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) from one Diagram to another Diagram is possible by adding the [GraphConstraints.FloatElements](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.GraphConstraints.html) constraints to the [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +Dragging the [Node](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) from one Diagram to another Diagram is possible by adding the [GraphConstraints.FloatElements](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.GraphConstraints.html) constraints to the [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). __*Documentation*__:https://help.syncfusion.com/wpf/diagram/constraints#graph-constraints diff --git a/Samples/Constraints/Port-Constraints-sample/README.md b/Samples/Constraints/Port-Constraints-sample/README.md index bf5da390..fbf79189 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__:https://help.syncfusion.com/wpf/diagram/constraints#port-constraints diff --git a/Samples/Constraints/Selector-constraints-sample/README.md b/Samples/Constraints/Selector-constraints-sample/README.md index 9f54cbe4..a3d6c51d 100644 --- a/Samples/Constraints/Selector-constraints-sample/README.md +++ b/Samples/Constraints/Selector-constraints-sample/README.md @@ -1,7 +1,7 @@ # Selector Constraints sample This repository contains sample which illustrates how to add or remove specific selector constraints. -Selector visually represents the selected elements with certain editable thumbs such as rotator, resizer and quickcommands in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). The visual representation of these thumbs can be controlled with SelectorConstraints. +Selector visually represents the selected elements with certain editable thumbs such as rotator, resizer and quickcommands in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). The visual representation of these thumbs can be controlled with SelectorConstraints. __*Documentation*__:https://help.syncfusion.com/wpf/diagram/constraints#selector-constraints diff --git a/Samples/Container/ContainerNodeArrangeSampleUWP/README.md b/Samples/Container/ContainerNodeArrangeSampleUWP/README.md index 68f6e7db..d3edbae0 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/uwp/diagram/node diff --git a/Samples/Container/CustomContextMenuForContainer/README.md b/Samples/Container/CustomContextMenuForContainer/README.md index f2030e45..f2328a20 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/container diff --git a/Samples/Container/README.md b/Samples/Container/README.md index befa7899..8ad1bef7 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/container diff --git a/Samples/Container/RestrictNodeFromContainer/README.md b/Samples/Container/RestrictNodeFromContainer/README.md index 0d2eb6bd..e085cea6 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/container diff --git a/Samples/ContextMenu/AddNodeUsingContextMenu/README.md b/Samples/ContextMenu/AddNodeUsingContextMenu/README.md index 8efb13eb..2c64d6a7 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/context-menu#customize-context-menu diff --git a/Samples/ContextMenu/ColorPaletteInContextMenuItem/README.md b/Samples/ContextMenu/ColorPaletteInContextMenuItem/README.md index 9721dc69..62743165 100644 --- a/Samples/ContextMenu/ColorPaletteInContextMenuItem/README.md +++ b/Samples/ContextMenu/ColorPaletteInContextMenuItem/README.md @@ -1,6 +1,6 @@ # Color palette in context menu item sample -This repository contains sample which shows how to add color palette grid in context menu items of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to add color palette grid in context menu items of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). __*Documentation*__: https://help.syncfusion.com/wpf/diagram/context-menu#menu-for-node-and-connector diff --git a/Samples/ContextMenu/ContextMenu-Icon-Customization/README.md b/Samples/ContextMenu/ContextMenu-Icon-Customization/README.md index 568f253c..23bd109f 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 4d6a81da..78a3e8d5 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/context-menu#menu-for-node-and-connector diff --git a/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/README.md b/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/README.md index 20cf2033..61eb646a 100644 --- a/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/README.md +++ b/Samples/ContextMenu/Custom-menu-with-submenu-sasmple/README.md @@ -1,9 +1,9 @@ # Contextmenu with submenu items sample -This repository contains sample which shows how to add sub menuitems to the contextmenu of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to add sub menuitems to the contextmenu of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) provides clipboard options(cut,copy,paste and selectall) as in-built context menu items and allows you to define the custom menu items. The [DiagramMenu](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.DiagramMenu.html) and [DiagramMenuItem](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.DiagramMenuItem.html) are view models for ContextMenu and MenuItem respectively. The action for the DiagramMenuItem can be assigned with Command and CommandParameter property. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) provides clipboard options(cut,copy,paste and selectall) as in-built context menu items and allows you to define the custom menu items. The [DiagramMenu](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.DiagramMenu.html) and [DiagramMenuItem](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.DiagramMenuItem.html) are view models for ContextMenu and MenuItem respectively. The action for the DiagramMenuItem can be assigned with Command and CommandParameter property. -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) supports adding custom context menu items in the already existing menu or create new menu with custom context menu items. We can add icon for the custom context menu items also. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) supports adding custom context menu items in the already existing menu or create new menu with custom context menu items. We can add icon for the custom context menu items also. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/context-menu#menu-for-node-and-connector diff --git a/Samples/ContextMenu/Paste-Contextmenu/README.md b/Samples/ContextMenu/Paste-Contextmenu/README.md index 0f0fd35c..ff37ec21 100644 --- a/Samples/ContextMenu/Paste-Contextmenu/README.md +++ b/Samples/ContextMenu/Paste-Contextmenu/README.md @@ -1,9 +1,9 @@ # Contextmenu with submenu items sample This repository contains sample which shows how to show the paste context menu only after cut or copy any nodes in diagram -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) provides clipboard options(cut,copy,paste and selectall) as in-built context menu items and allows you to define the custom menu items. The [DiagramMenu](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.DiagramMenu.html) and [DiagramMenuItem](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.DiagramMenuItem.html) are view models for ContextMenu and MenuItem respectively. The action for the DiagramMenuItem can be assigned with Command and CommandParameter property. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) provides clipboard options(cut,copy,paste and selectall) as in-built context menu items and allows you to define the custom menu items. The [DiagramMenu](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.DiagramMenu.html) and [DiagramMenuItem](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.DiagramMenuItem.html) are view models for ContextMenu and MenuItem respectively. The action for the DiagramMenuItem can be assigned with Command and CommandParameter property. -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) supports adding custom context menu items in the already existing menu or create new menu with custom context menu items. We can add icon for the custom context menu items also. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) supports adding custom context menu items in the already existing menu or create new menu with custom context menu items. We can add icon for the custom context menu items also. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/context-menu#menu-for-node-and-connector diff --git a/Samples/ContextMenu/ShortCutKeyCommandForContextMenuItem/README.md b/Samples/ContextMenu/ShortCutKeyCommandForContextMenuItem/README.md index b31e24b2..2e56933f 100644 --- a/Samples/ContextMenu/ShortCutKeyCommandForContextMenuItem/README.md +++ b/Samples/ContextMenu/ShortCutKeyCommandForContextMenuItem/README.md @@ -1,6 +1,6 @@ # Short cut key command for context menu item sample -This repository contains sample which shows how to add short cut key command for menu items to the contextmenu of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to add short cut key command for menu items to the contextmenu of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). __*Documentation*__: https://help.syncfusion.com/wpf/diagram/context-menu#menu-for-node-and-connector diff --git a/Samples/ContextMenu/Textbox As SubMenuItem/README.md b/Samples/ContextMenu/Textbox As SubMenuItem/README.md index 28dd3d23..483cfc80 100644 --- a/Samples/ContextMenu/Textbox As SubMenuItem/README.md +++ b/Samples/ContextMenu/Textbox As SubMenuItem/README.md @@ -1,6 +1,6 @@ # Textbox as sub-menu item sample -This repository contains sample which shows how to add textbox sub menuitems to the contextmenu of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to add textbox sub menuitems to the contextmenu of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). __*Documentation*__: https://help.syncfusion.com/wpf/diagram/context-menu#menu-for-node-and-connector diff --git a/Samples/CreateDiagram/README.md b/Samples/CreateDiagram/README.md index ea57405d..c53d6df1 100644 --- a/Samples/CreateDiagram/README.md +++ b/Samples/CreateDiagram/README.md @@ -1,5 +1,5 @@ # How to create the WPF Diagram (SfDiagram) with stencil? -The stencil control is a gallery of reusable symbols and nodes. Drag and drop these symbols onto the surface of the [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) any number of times. +The stencil control is a gallery of reusable symbols and nodes. Drag and drop these symbols onto the surface of the [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) any number of times. KB article - [How to create the WPF Diagram (SfDiagram) with stencil?](https://www.syncfusion.com/kb/10276/how-to-create-the-wpf-diagram-sfdiagram-with-stencil) diff --git a/Samples/DataSource/Custom Layout Algorithm/README.md b/Samples/DataSource/Custom Layout Algorithm/README.md index f165583c..808214e4 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 b23e6326..a6defddf 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 b8745b6a..201a2768 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 8cf1c955..826af3b1 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 4a2708ee..64e9a41f 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 21a8c291..b044924a 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: diff --git a/Samples/DrawingTools/README.md b/Samples/DrawingTools/README.md index 632c9076..2f713e06 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/tools diff --git a/Samples/Exporting/CustomizeExport/README.md b/Samples/Exporting/CustomizeExport/README.md index a08b3dd9..8abebaef 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/exporting diff --git a/Samples/Exporting/Exporting/README.md b/Samples/Exporting/Exporting/README.md index b5ad80db..bcd2fa44 100644 --- a/Samples/Exporting/Exporting/README.md +++ b/Samples/Exporting/Exporting/README.md @@ -2,7 +2,7 @@ This sample demonstrates how to export the diagram page. -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) does not have the built-in support to convert the diagram to PDF file, but it can be achieved by exporting the diagram as an XPS file and then, convert the exported XPS file to PDF using the [Syncfusion.XPS.XPSToPdfConverter](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Base~Syncfusion.XPS.XPSToPdfConverter.html). +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) does not have the built-in support to convert the diagram to PDF file, but it can be achieved by exporting the diagram as an XPS file and then, convert the exported XPS file to PDF using the [Syncfusion.XPS.XPSToPdfConverter](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Base~Syncfusion.XPS.XPSToPdfConverter.html). __*Documentation*__: https://help.syncfusion.com/wpf/diagram/exporting diff --git a/Samples/Exporting/HiddenExporting/README.md b/Samples/Exporting/HiddenExporting/README.md index 53d11aa9..904628de 100644 --- a/Samples/Exporting/HiddenExporting/README.md +++ b/Samples/Exporting/HiddenExporting/README.md @@ -2,7 +2,7 @@ This sample demonstrates how to export the diagram page when it is in hidden state. -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) does not have the built-in support to convert the diagram to PDF file, but it can be achieved by exporting the diagram as an XPS file and then, convert the exported XPS file to PDF using the [Syncfusion.XPS.XPSToPdfConverter](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Base~Syncfusion.XPS.XPSToPdfConverter.html). +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) does not have the built-in support to convert the diagram to PDF file, but it can be achieved by exporting the diagram as an XPS file and then, convert the exported XPS file to PDF using the [Syncfusion.XPS.XPSToPdfConverter](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Base~Syncfusion.XPS.XPSToPdfConverter.html). __*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 87566dcf..fa55eaf9 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 d9c59a93..395aa695 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 cc10baac..9ebf3138 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 33b475d7..f914e7e6 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 a0c8883c..5f6d36b8 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/gridlines diff --git a/Samples/Gridlines/GridlineStyle/README.md b/Samples/Gridlines/GridlineStyle/README.md index 7f41a114..db008683 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/gridlines diff --git a/Samples/Group/README.md b/Samples/Group/README.md index bb34f7a6..d3b148f3 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 91384d9a..a78523fa 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/group diff --git a/Samples/HistoryManager/CustomHistoryManger/README.md b/Samples/HistoryManager/CustomHistoryManger/README.md index a2dbc3ae..7fd24ba0 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: diff --git a/Samples/HistoryManager/HistoryManagerDemoSample/README.md b/Samples/HistoryManager/HistoryManagerDemoSample/README.md index 5b86c495..c3e4c4ec 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: diff --git a/Samples/HistoryManager/HistoryManagerStackView/README.md b/Samples/HistoryManager/HistoryManagerStackView/README.md index fc09c6a9..cc5e2360 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: diff --git a/Samples/Interaction/CustomQuickCommand/README.md b/Samples/Interaction/CustomQuickCommand/README.md index 25ac4e6f..792ae56a 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction#quick-command diff --git a/Samples/Interaction/CustomSelector-sample/README.md b/Samples/Interaction/CustomSelector-sample/README.md index e4e191b1..f7a6eba2 100644 --- a/Samples/Interaction/CustomSelector-sample/README.md +++ b/Samples/Interaction/CustomSelector-sample/README.md @@ -1,7 +1,7 @@ # CustomSelector sample -This repository contains sample which shows how to customize the appearance of the selector in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to customize the appearance of the selector in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) has a predefined style for selector but you can customize the selector style by creating a new [Selector](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Selector.html) with a custom style. This new custom selector will be returned by overriding the virtual [SfDiagram.GetSelectorForItemOverride](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SfDiagram.html#Syncfusion_UI_Xaml_Diagram_SfDiagram_GetSelectorForItemOverride_System_Object_) method. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) has a predefined style for selector but you can customize the selector style by creating a new [Selector](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.Selector.html) with a custom style. This new custom selector will be returned by overriding the virtual [SfDiagram.GetSelectorForItemOverride](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.SfDiagram.html#Syncfusion_UI_Xaml_Diagram_SfDiagram_GetSelectorForItemOverride_System_Object_) method. ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Interaction/DiagramScrollUsingArrowKeys/README.md b/Samples/Interaction/DiagramScrollUsingArrowKeys/README.md index bc554265..2b8a3453 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction#keyboard diff --git a/Samples/Interaction/DragSelectedItemsWIthMousePointAndPasteItOnMouse/README.md b/Samples/Interaction/DragSelectedItemsWIthMousePointAndPasteItOnMouse/README.md index e81b07c1..db866067 100644 --- a/Samples/Interaction/DragSelectedItemsWIthMousePointAndPasteItOnMouse/README.md +++ b/Samples/Interaction/DragSelectedItemsWIthMousePointAndPasteItOnMouse/README.md @@ -1,6 +1,6 @@ # Custom sample for how to drag copied selected items with mouse point and paste it on current mouse point -This repository contains sample which shows How to drag copied selected items with mouse point and paste it on current mouse point in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows How to drag copied selected items with mouse point and paste it on current mouse point in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). ## Project pre-requisites diff --git a/Samples/Interaction/IndicatorStyle-sample/README.md b/Samples/Interaction/IndicatorStyle-sample/README.md index 4ff12ca1..52a2e9c4 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 . Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 f36c2993..8f1e723f 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 559993d2..7edeefc9 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction#quick-command diff --git a/Samples/Interaction/NodeConnectorVisibility/README.md b/Samples/Interaction/NodeConnectorVisibility/README.md index d0e3ab32..f67e661e 100644 --- a/Samples/Interaction/NodeConnectorVisibility/README.md +++ b/Samples/Interaction/NodeConnectorVisibility/README.md @@ -1,6 +1,6 @@ # Sample to handle the visibility of node and connector -This repository contains sample shows how to to handle the visibility of node and connector in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample shows how to to handle the visibility of node and connector in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). ## Project pre-requisites diff --git a/Samples/Interaction/ObjectsDraggingPositiveSide/README.md b/Samples/Interaction/ObjectsDraggingPositiveSide/README.md index 06dfcadc..b7a55669 100644 --- a/Samples/Interaction/ObjectsDraggingPositiveSide/README.md +++ b/Samples/Interaction/ObjectsDraggingPositiveSide/README.md @@ -1,8 +1,8 @@ # Sample to drag diagram objects in positive side -This repository contains sample shows how to drag diagram elements in positive side of the page in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample shows how to drag diagram elements in positive side of the page in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) objects can be restricted to drag on positive regions of the diagram page alone by using the [DragLimit](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ScrollSettings~DragLimit.html) and [EditableArea](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ScrollSettings~EditableArea.html) properties of the [ScrollSettings](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ScrollSettings.html) class and [SelectorChangedEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~SelectorChangedEvent_EV.html) in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) control. Drag limitation will be enabled by the [Block](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SelectorChangedEventArgs~Block.html) argument of SelectorChangedEvent. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) objects can be restricted to drag on positive regions of the diagram page alone by using the [DragLimit](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ScrollSettings~DragLimit.html) and [EditableArea](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ScrollSettings~EditableArea.html) properties of the [ScrollSettings](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ScrollSettings.html) class and [SelectorChangedEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~SelectorChangedEvent_EV.html) in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) control. Drag limitation will be enabled by the [Block](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SelectorChangedEventArgs~Block.html) argument of SelectorChangedEvent. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/scroll-settings/draglimit diff --git a/Samples/Interaction/PreviewSettings-sample/README.md b/Samples/Interaction/PreviewSettings-sample/README.md index 25b0389d..e1e29391 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 66a1041d..04251884 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction#previewsettings diff --git a/Samples/Localization/README.md b/Samples/Localization/README.md index 25d9ba4a..316f1da5 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 [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram). +This repository contains sample which shows localization of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram). __*Documentation*__: https://help.syncfusion.com/wpf/diagram/localization diff --git a/Samples/LogicCircuit/LogicCircuitSimulation/README.md b/Samples/LogicCircuit/LogicCircuitSimulation/README.md index 59b404b8..6f959c5a 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation diff --git a/Samples/Magnifier/README.md b/Samples/Magnifier/README.md index 2ded3fbe..b941890c 100644 --- a/Samples/Magnifier/README.md +++ b/Samples/Magnifier/README.md @@ -1,5 +1,5 @@ # Localization 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) +This repository contains magnifier sample. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) __*Documentation*__: https://www.syncfusion.com/wpf-controls/maginifier diff --git a/Samples/Node/CloneNode/README.md b/Samples/Node/CloneNode/README.md index 7e038547..dd1a60c6 100644 --- a/Samples/Node/CloneNode/README.md +++ b/Samples/Node/CloneNode/README.md @@ -1,7 +1,7 @@ # Serialize image Node creation sample -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) +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/diagram-sdk/wpf-diagram) - [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram). + [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram). ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Node/ConnectionIndicatorStyle/README.md b/Samples/Node/ConnectionIndicatorStyle/README.md index ca5192f4..a3f9755a 100644 --- a/Samples/Node/ConnectionIndicatorStyle/README.md +++ b/Samples/Node/ConnectionIndicatorStyle/README.md @@ -1,7 +1,7 @@ # Customize ConnectionIndicatorStyle for node sample -This repository contains sample which shows how to customize the connection indicator style for a node and a port in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to customize the connection indicator style for a node and a port in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -The connection indicator style for the [node](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) and [port](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodePortViewModel.html) can be customized by [SfDiagram.ConnectionIndicatorStyle](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.DiagramViewModel~ConnectionIndicatorStyle.html) property of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +The connection indicator style for the [node](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) and [port](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodePortViewModel.html) can be customized by [SfDiagram.ConnectionIndicatorStyle](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.DiagramViewModel~ConnectionIndicatorStyle.html) property of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Node/GroupDragRestrictNodeDrag/README.md b/Samples/Node/GroupDragRestrictNodeDrag/README.md index 2a99820c..eabe6b98 100644 --- a/Samples/Node/GroupDragRestrictNodeDrag/README.md +++ b/Samples/Node/GroupDragRestrictNodeDrag/README.md @@ -1,8 +1,8 @@ # Restrict the child node dragging whereas allow group dragging sample -This repository contains sample which shows how to restrict the child node dragging whereas allow group dragging in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to restrict the child node dragging whereas allow group dragging in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -The [Groups](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SfDiagram~Groups.html) and [Nodes](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SfDiagram~Nodes.html) can be dragged on the [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) page by default. By using the Constraints property of Group and Node, groups can be dragged whereas nodes that are child elements of a group could not be dragged. +The [Groups](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SfDiagram~Groups.html) and [Nodes](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SfDiagram~Nodes.html) can be dragged on the [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) page by default. By using the Constraints property of Group and Node, groups can be dragged whereas nodes that are child elements of a group could not be dragged. UG documentation: https://help.syncfusion.com/wpf/diagram/constraints#node-constraints diff --git a/Samples/Node/Multiple-SVG-paths-for-Node/README.md b/Samples/Node/Multiple-SVG-paths-for-Node/README.md index a9b85f04..d51de615 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 9310cd6f..8d91f67f 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 bcda0f56..f88db930 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/node#position diff --git a/Samples/Node/NodeContentSample/README.md b/Samples/Node/NodeContentSample/README.md index 56d3d66c..5475fee5 100644 --- a/Samples/Node/NodeContentSample/README.md +++ b/Samples/Node/NodeContentSample/README.md @@ -1,8 +1,8 @@ # Node content sample -This repository contains sample which shows how to add different UI elements, Images as content of the node in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to add different UI elements, Images as content of the node in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -All UI elements can be used as the content of the node in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). It can be achieved by using the ContentTemplate, Shape, and Content properties of the Node and NodeViewModel classes. +All UI elements can be used as the content of the node in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). It can be achieved by using the ContentTemplate, Shape, and Content properties of the Node and NodeViewModel classes. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/node#visualize-a-node diff --git a/Samples/Node/NodeStyleBasedOnKey/README.md b/Samples/Node/NodeStyleBasedOnKey/README.md index 7f78e02f..40162b50 100644 --- a/Samples/Node/NodeStyleBasedOnKey/README.md +++ b/Samples/Node/NodeStyleBasedOnKey/README.md @@ -1,6 +1,6 @@ # Different style for Nodes based on Key value -This repository contains sample which shows how to apply different style nodes based on its key value in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to apply different style nodes based on its key value in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). ## Project pre-requisites diff --git a/Samples/Node/NodeZindex/README.md b/Samples/Node/NodeZindex/README.md index 3117382f..dc693358 100644 --- a/Samples/Node/NodeZindex/README.md +++ b/Samples/Node/NodeZindex/README.md @@ -1,7 +1,7 @@ # Node creation sample -This repository contains sample which shows how to update Zindex of the node at runtime in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to update Zindex of the node at runtime in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -Currently, the [ZIndex](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Node~ZIndex.html) of a [Node](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Node.html) depends on the order when the node is added. You can interactively update a ZIndex of the Node independent in which order it has added. Here, you can see the ZIndex of a Node updated while dragging using the [NodeChangedEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~NodeChangedEvent_EV.html) of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) class. +Currently, the [ZIndex](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Node~ZIndex.html) of a [Node](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Node.html) depends on the order when the node is added. You can interactively update a ZIndex of the Node independent in which order it has added. Here, you can see the ZIndex of a Node updated while dragging using the [NodeChangedEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~NodeChangedEvent_EV.html) of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) class. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/node#create-node diff --git a/Samples/Node/NodestylewithTemplateSelector/README.md b/Samples/Node/NodestylewithTemplateSelector/README.md index eb8a8a21..b372327d 100644 --- a/Samples/Node/NodestylewithTemplateSelector/README.md +++ b/Samples/Node/NodestylewithTemplateSelector/README.md @@ -1,6 +1,6 @@ # Node style with TemplateSelector sample -This repository contains sample which shows how to add different UI elements, Images as content of the node in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to add different UI elements, Images as content of the node in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). We can use ContentTemplateSelector in the the template of the Node to use different templates based on the Content of the Node. diff --git a/Samples/Node/Polyline-Node/README.md b/Samples/Node/Polyline-Node/README.md index b9607a95..dd90546e 100644 --- a/Samples/Node/Polyline-Node/README.md +++ b/Samples/Node/Polyline-Node/README.md @@ -1,7 +1,7 @@ # Polyline Node creation sample -This repository contains sample which shows how to create polyline node in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to create polyline node in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -You can create unfilled polyline(i.e. Polyline Connector) by using the DrawingTool and DefaultConnectorType properties of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +You can create unfilled polyline(i.e. Polyline Connector) by using the DrawingTool and DefaultConnectorType properties of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Node/Port-Node/README.md b/Samples/Node/Port-Node/README.md index 26c6d021..4c7791af 100644 --- a/Samples/Node/Port-Node/README.md +++ b/Samples/Node/Port-Node/README.md @@ -1,5 +1,5 @@ # How to connect only with port not with node in WPF Diagram (SfDiagram)? -By default, you can connect nodes or its ports by dragging the endpoints of the connector or by using drawing tools in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). You can decide over the connection to the node or port by using the Constraints property. +By default, you can connect nodes or its ports by dragging the endpoints of the connector or by using drawing tools in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). You can decide over the connection to the node or port by using the Constraints property. KB article - [How to connect only with port not with node in WPF Diagram (SfDiagram)?](https://www.syncfusion.com/kb/9455/how-to-connect-only-with-port-not-with-node-in-wpf-diagram-sfdiagram) diff --git a/Samples/Node/Sample-for-GetNode/README.md b/Samples/Node/Sample-for-GetNode/README.md index 098123a4..24eb920c 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 959a5b18..8d6e0be2 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 cf53dbb6..c4caa7f9 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 da0ffa33..79006f73 100644 --- a/Samples/Node/SerializeImageNode/README.md +++ b/Samples/Node/SerializeImageNode/README.md @@ -1,5 +1,5 @@ # Serialize image Node creation sample -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) +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/diagram-sdk/wpf-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 72b714aa..fbf157bf 100644 --- a/Samples/Node/Switch_Icon_visibility/README.md +++ b/Samples/Node/Switch_Icon_visibility/README.md @@ -1,5 +1,5 @@ # Serialize image Node creation sample -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) +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/diagram-sdk/wpf-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 4442d487..d1917792 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/overview-control diff --git a/Samples/PageBreaks/README.md b/Samples/PageBreaks/README.md index 614d8eea..b5abd4ce 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 83879751..e6e72656 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 07595d01..1772b030 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/page-settings diff --git a/Samples/Panning/README.md b/Samples/Panning/README.md index 8db79af4..7b313583 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/page-settings diff --git a/Samples/Port/AutomaticPortCreation-through-settool/README.md b/Samples/Port/AutomaticPortCreation-through-settool/README.md index 03e3703e..0ccd4e56 100644 --- a/Samples/Port/AutomaticPortCreation-through-settool/README.md +++ b/Samples/Port/AutomaticPortCreation-through-settool/README.md @@ -1,7 +1,7 @@ # Automatic Port Creation through SetTool sample This repository contains sample which shows how to create a port dynamically by clicking and dragging the mouse over any node or connector through SetTool() and ObjectDrawn event. -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) provides an option to create a [port](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodePort.html) dynamically by clicking and dragging the mouse over any [node](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) or [connector](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ConnectorViewModel.html). This can be achieved by using the combination of [SetTool](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SfDiagram~SetTool.html?_ga=2.143225653.1473915230.1587358403-902114640.1557725913) and [ObjectDrawn](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~ObjectDrawn_EV.html) event. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) provides an option to create a [port](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodePort.html) dynamically by clicking and dragging the mouse over any [node](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) or [connector](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ConnectorViewModel.html). This can be achieved by using the combination of [SetTool](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SfDiagram~SetTool.html?_ga=2.143225653.1473915230.1587358403-902114640.1557725913) and [ObjectDrawn](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~ObjectDrawn_EV.html) event. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/port/automaticportcreation diff --git a/Samples/Port/AutomaticPortCreation/README.md b/Samples/Port/AutomaticPortCreation/README.md index aa1407a1..8c38a312 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 7114d823..8f530e67 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](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/port/port diff --git a/Samples/Port/How To Add Multiple Ports for Node/README.md b/Samples/Port/How To Add Multiple Ports for Node/README.md index b0e44e2b..5aa25d0d 100644 --- a/Samples/Port/How To Add Multiple Ports for Node/README.md +++ b/Samples/Port/How To Add Multiple Ports for Node/README.md @@ -2,7 +2,7 @@ This repository contains sample which shows how to add multiple ports to the Node in SfDiagram. -The Multiple number of ports can be added to the node by using the [PortCollection](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.PortCollection.html) class in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +The Multiple number of ports can be added to the node by using the [PortCollection](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.PortCollection.html) class in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). UG Link: https://help.syncfusion.com/wpf/diagram/port/port#node-port diff --git a/Samples/Port/How to achieve ZoomInZoomOut functionality in Ports/README.md b/Samples/Port/How to achieve ZoomInZoomOut functionality in Ports/README.md index d4aec91c..e0d665c3 100644 --- a/Samples/Port/How to achieve ZoomInZoomOut functionality in Ports/README.md +++ b/Samples/Port/How to achieve ZoomInZoomOut functionality in Ports/README.md @@ -2,7 +2,7 @@ This repository contains sample which shows how to to achieve ZoomIn/ZoomOut functionality in Ports. -Zooming can be applied over ports using the [ViewPortChangedEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~ViewPortChangedEvent_EV.html) by changing the width and height of the ports when page is getting zoom-in or zoom-out depends the zoom factor values of the [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). This event will be raised whenever a diagram and its objects have been changed. +Zooming can be applied over ports using the [ViewPortChangedEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~ViewPortChangedEvent_EV.html) by changing the width and height of the ports when page is getting zoom-in or zoom-out depends the zoom factor values of the [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). This event will be raised whenever a diagram and its objects have been changed. __*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 20b9a9b2..3a889d2e 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 cc467305..ef6c6ba1 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/port/port#padding diff --git a/Samples/Port/PortToolOverride/README.md b/Samples/Port/PortToolOverride/README.md index b0664471..8d77a01b 100644 --- a/Samples/Port/PortToolOverride/README.md +++ b/Samples/Port/PortToolOverride/README.md @@ -1,8 +1,8 @@ # Sample to override the default behaviour of the port using SetTool method -This sample demonstrates how to override the default behaviour or action of the port using SetTool method in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This sample demonstrates how to override the default behaviour or action of the port using SetTool method in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -By default, click and drag action on port will draw a new connection. This default behavior can be modified at runtime by using the SetTool() method of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +By default, click and drag action on port will draw a new connection. This default behavior can be modified at runtime by using the SetTool() method of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). __*Documentation*__: https://help.syncfusion.com/wpf/diagram/port/port diff --git a/Samples/Port/Simple-PortCreation/README.md b/Samples/Port/Simple-PortCreation/README.md index 06d946fe..fc7a422d 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/port/port diff --git a/Samples/Printing/CustomHeaderFooter/README.md b/Samples/Printing/CustomHeaderFooter/README.md index 369f820d..6a2d73f5 100644 --- a/Samples/Printing/CustomHeaderFooter/README.md +++ b/Samples/Printing/CustomHeaderFooter/README.md @@ -2,7 +2,7 @@ This sample demonstrates how to customize the header and footer of the priniting in SfDiagram control. -Header and Footer for the print preview window can be enabled by using the [PageHeaderHeight](https://help.syncfusion.com/cr/wpf/Syncfusion.Shared.Wpf~Syncfusion.Windows.Shared.Printing.PrintSettingsBase~PageHeaderHeight.html) and [PageFooterHeight](https://help.syncfusion.com/cr/wpf/Syncfusion.Shared.Wpf~Syncfusion.Windows.Shared.Printing.PrintSettingsBase~PageFooterHeight.html) properties in the [PrintSettings](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.PrintingService~PrintSettings.html) property of [PrintingService](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.PrintingService.html) class of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). The Appearance of the footer and header text can be modified by using the [PageHeaderTemplate](https://help.syncfusion.com/cr/wpf/Syncfusion.Shared.Wpf~Syncfusion.Windows.Shared.Printing.PrintSettingsBase~PageHeaderTemplate.html) and [PageFooterTemplate](https://help.syncfusion.com/cr/wpf/Syncfusion.Shared.Wpf~Syncfusion.Windows.Shared.Printing.PrintSettingsBase~PageFooterTemplate.html) properties. +Header and Footer for the print preview window can be enabled by using the [PageHeaderHeight](https://help.syncfusion.com/cr/wpf/Syncfusion.Shared.Wpf~Syncfusion.Windows.Shared.Printing.PrintSettingsBase~PageHeaderHeight.html) and [PageFooterHeight](https://help.syncfusion.com/cr/wpf/Syncfusion.Shared.Wpf~Syncfusion.Windows.Shared.Printing.PrintSettingsBase~PageFooterHeight.html) properties in the [PrintSettings](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.PrintingService~PrintSettings.html) property of [PrintingService](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.PrintingService.html) class of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). The Appearance of the footer and header text can be modified by using the [PageHeaderTemplate](https://help.syncfusion.com/cr/wpf/Syncfusion.Shared.Wpf~Syncfusion.Windows.Shared.Printing.PrintSettingsBase~PageHeaderTemplate.html) and [PageFooterTemplate](https://help.syncfusion.com/cr/wpf/Syncfusion.Shared.Wpf~Syncfusion.Windows.Shared.Printing.PrintSettingsBase~PageFooterTemplate.html) properties. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/printing#header-and-footer diff --git a/Samples/Printing/Printing/README.md b/Samples/Printing/Printing/README.md index 81a8da0f..48359e9a 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/printing diff --git a/Samples/QuickCommand/How to hide specific quick command/README.md b/Samples/QuickCommand/How to hide specific quick command/README.md index 61a5fc5e..7e2f78a5 100644 --- a/Samples/QuickCommand/How to hide specific quick command/README.md +++ b/Samples/QuickCommand/How to hide specific quick command/README.md @@ -1,7 +1,7 @@ # Hide a specific QuickCommand -This repository contains sample which shows how to hide a specific quickcommand in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to hide a specific quickcommand in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -Quick Commands are used to execute the commonly or frequently used commands around the Nodes, Connectors, and Groups. The Quick Commands are shown based on the selection of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) elements. +Quick Commands are used to execute the commonly or frequently used commands around the Nodes, Connectors, and Groups. The Quick Commands are shown based on the selection of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) elements. KB article - [Create a QuickCommand](https://www.syncfusion.com/kb/10403/how-to-create-a-quick-command-in-wpf-diagram-sfdiagram) diff --git a/Samples/QuickCommand/how-to-create-a-quick-command-in-diagram/README.md b/Samples/QuickCommand/how-to-create-a-quick-command-in-diagram/README.md index 1db5bd46..f5d8f090 100644 --- a/Samples/QuickCommand/how-to-create-a-quick-command-in-diagram/README.md +++ b/Samples/QuickCommand/how-to-create-a-quick-command-in-diagram/README.md @@ -1,6 +1,6 @@ # Create a QuickCommand -This repository contains sample which shows how to create a quickcommand in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This repository contains sample which shows how to create a quickcommand in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -Quick Commands are used to execute the commonly or frequently used commands around the Nodes, Connectors, and Groups. The Quick Commands are shown based on the selection of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) elements. +Quick Commands are used to execute the commonly or frequently used commands around the Nodes, Connectors, and Groups. The Quick Commands are shown based on the selection of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) elements. KB article - [Create a QuickCommand](https://www.syncfusion.com/kb/10403/how-to-create-a-quick-command-in-wpf-diagram-sfdiagram) diff --git a/Samples/RubberBandZoom/README.md b/Samples/RubberBandZoom/README.md index aa9e3ac0..7d43f50e 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 9d52f6fd..94e79dbc 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 c101f1e1..100a2f47 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/rulers diff --git a/Samples/ScrollSettings/BringIntoView-sample/README.md b/Samples/ScrollSettings/BringIntoView-sample/README.md index e5d07237..5043bc0a 100644 --- a/Samples/ScrollSettings/BringIntoView-sample/README.md +++ b/Samples/ScrollSettings/BringIntoView-sample/README.md @@ -2,7 +2,7 @@ This sample demonstrates how to bring the node into center and view which is positioned outside the viewport. -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) provides support to bring a specific Node to the Center or View of the Viewport. [BringIntoCenter()](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.IScrollInfo~BringIntoCenter.html) and [BringIntoViewport()](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.IScrollInfo~BringIntoViewport.html) methods in the [ScrollInfo](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.IScrollInfo_members.html) property of the [ScrollSettings](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ScrollSettings.html) class of SfDiagram brings the Rect into the Center or View. The Node can be positioned to the Center or within View by specifying the bounds of Node in the respective methods. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) provides support to bring a specific Node to the Center or View of the Viewport. [BringIntoCenter()](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.IScrollInfo~BringIntoCenter.html) and [BringIntoViewport()](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.IScrollInfo~BringIntoViewport.html) methods in the [ScrollInfo](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Controls.IScrollInfo_members.html) property of the [ScrollSettings](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ScrollSettings.html) class of SfDiagram brings the Rect into the Center or View. The Node can be positioned to the Center or within View by specifying the bounds of Node in the respective methods. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/scroll-settings/scrollstatusandautoscroll diff --git a/Samples/ScrollSettings/Scroll using touch pad/README.md b/Samples/ScrollSettings/Scroll using touch pad/README.md index e391be7c..c8925b22 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/scroll-settings/scrollstatusandautoscroll diff --git a/Samples/ScrollSettings/Scroll-Limit-sample/README.md b/Samples/ScrollSettings/Scroll-Limit-sample/README.md index 58d9e3e3..9771ab3a 100644 --- a/Samples/ScrollSettings/Scroll-Limit-sample/README.md +++ b/Samples/ScrollSettings/Scroll-Limit-sample/README.md @@ -2,7 +2,7 @@ This sample demonstrates how to stop infite scrolling of the diagram dynamically. -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) can be scrolled horizontally or vertically infinitely, by default. This can be limited by using the [ScrollSettings.ScrollLimit](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ScrollLimit.html) property of diagram. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) can be scrolled horizontally or vertically infinitely, by default. This can be limited by using the [ScrollSettings.ScrollLimit](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ScrollLimit.html) property of diagram. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/scroll-settings/scrolllimit diff --git a/Samples/ScrollSettings/ScrollSettings-sample/README.md b/Samples/ScrollSettings/ScrollSettings-sample/README.md index f3bb9f42..885e4796 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 ae1c19a1..c7ac1f26 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 bff63d0c..9d136696 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction/selection diff --git a/Samples/Selection/Selection_Override/README.md b/Samples/Selection/Selection_Override/README.md index 2c28c2e0..de59b30f 100644 --- a/Samples/Selection/Selection_Override/README.md +++ b/Samples/Selection/Selection_Override/README.md @@ -1,5 +1,5 @@ # How to customize the Selection behavior in WPF Diagram (SfDiagram)? -By default, the selection can be done in PointerUp in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). SfDiagram provides support to customize the Selection behavior that allows selection in PointerDown. This can be achieved by overriding the PointerSelection method in Selector class of SfDiagram. In that, the Selection method is used to select/unselect the Node and Connector in the PointerDown Event. +By default, the selection can be done in PointerUp in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). SfDiagram provides support to customize the Selection behavior that allows selection in PointerDown. This can be achieved by overriding the PointerSelection method in Selector class of SfDiagram. In that, the Selection method is used to select/unselect the Node and Connector in the PointerDown Event. KB article - [How to customize the Selection behavior in WPF Diagram (SfDiagram)?](https://www.syncfusion.com/kb/7457/how-to-customize-the-selection-behavior-in-wpf-diagram-sfdiagram) diff --git a/Samples/Selection/Selector Tooptip sample/README.md b/Samples/Selection/Selector Tooptip sample/README.md index b8c7da25..902e4bfa 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/interaction/selection diff --git a/Samples/Selection/Selector/README.md b/Samples/Selection/Selector/README.md index ecadfc57..c74e60ee 100644 --- a/Samples/Selection/Selector/README.md +++ b/Samples/Selection/Selector/README.md @@ -1,5 +1,5 @@ # How to customize the Selector in WPF Diagram (SfDiagram)? -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) provides support to customize the Selector. This can be achieved by overriding the style of the Selector. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) provides support to customize the Selector. This can be achieved by overriding the style of the Selector. UG article - [Selector Handle Display Mode](https://help.syncfusion.com/wpf/diagram/interaction/selection#selector-handle-display-mode) diff --git a/Samples/Sequence Diagram/README.md b/Samples/Sequence Diagram/README.md index 12992797..795e740a 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 0e6967c1..ea50363b 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 0042eb85..bad95115 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/serialization ## Project pre-requisites diff --git a/Samples/Serialization/SerializeMultipleDiagramPages/README.md b/Samples/Serialization/SerializeMultipleDiagramPages/README.md index 02a62c71..8075137c 100644 --- a/Samples/Serialization/SerializeMultipleDiagramPages/README.md +++ b/Samples/Serialization/SerializeMultipleDiagramPages/README.md @@ -1,8 +1,8 @@ # Serialize multiple diagram pages sample -This sample demonstrates how to save multiple diagram pages as a single package and load them as it is saved using [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) control. +This sample demonstrates how to save multiple diagram pages as a single package and load them as it is saved using [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) control. -Multiple [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) pages can be added or removed using the TableControlExt control. Then created multiple diagram pages can be saved as single package and saved single package can be loaded as mutiple diagram pages in tab items as it is saved. +Multiple [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) pages can be added or removed using the TableControlExt control. Then created multiple diagram pages can be saved as single package and saved single package can be loaded as mutiple diagram pages in tab items as it is saved. ## Project pre-requisites diff --git a/Samples/SfTreeView To Diagram/README.md b/Samples/SfTreeView To Diagram/README.md index 7712af2c..4f374758 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 04dcbce2..a6820563 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/shapes diff --git a/Samples/Snapping/README.md b/Samples/Snapping/README.md index 04524d59..71e77cf2 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 c2dc81a3..57a6aa16 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 ccb04b50..4cebfd6f 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 a35abd95..2899c3a9 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 63b9c583..b92ba472 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/serialization ## Project pre-requisites diff --git a/Samples/Stencil/Load_Symbol/README.md b/Samples/Stencil/Load_Symbol/README.md index 15a621c0..98064d28 100644 --- a/Samples/Stencil/Load_Symbol/README.md +++ b/Samples/Stencil/Load_Symbol/README.md @@ -1,5 +1,5 @@ # How to notify stencil in WPF Diagram (SfDiagram)? -Stencil is a gallery of reusable symbols and diagram elements that can be dragged and dropped on the [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) surface many times. You can notify stencil by using SymbolsLoaded event. +Stencil is a gallery of reusable symbols and diagram elements that can be dragged and dropped on the [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) surface many times. You can notify stencil by using SymbolsLoaded event. KB article - [How to notify stencil in WPF Diagram (SfDiagram)?](https://www.syncfusion.com/kb/6256/how-to-notify-stencil-in-wpf-diagram-sfdiagram) diff --git a/Samples/Stencil/ModifySymbolCollectionAtRunTime/README.md b/Samples/Stencil/ModifySymbolCollectionAtRunTime/README.md index be732589..3c8f4746 100644 --- a/Samples/Stencil/ModifySymbolCollectionAtRunTime/README.md +++ b/Samples/Stencil/ModifySymbolCollectionAtRunTime/README.md @@ -1,3 +1,3 @@ # How to modify the symbol collection of stencils at run time in WPF Diagram (SfDiagram)? -Stencil is a gallery of reusable symbols and diagram elements that can be dragged and dropped on the [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) surface many times. You can modify the symbol collection of stencil at run time in WPF Diagram by using SymbolSource property. +Stencil is a gallery of reusable symbols and diagram elements that can be dragged and dropped on the [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) surface many times. You can modify the symbol collection of stencil at run time in WPF Diagram by using SymbolSource property. diff --git a/Samples/Stencil/PreviewEffectWithoutDragTheSymbol/README.md b/Samples/Stencil/PreviewEffectWithoutDragTheSymbol/README.md index 9062f093..95cb42f9 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil#preserving-node-template-while-drag-and-drop diff --git a/Samples/Stencil/RestrictSymbolDropping/README.md b/Samples/Stencil/RestrictSymbolDropping/README.md index 5d376b82..310baf12 100644 --- a/Samples/Stencil/RestrictSymbolDropping/README.md +++ b/Samples/Stencil/RestrictSymbolDropping/README.md @@ -2,7 +2,7 @@ This repository contains sample which shows how to restrict the symbol dropping on the diagram page in Stencil. -The symbols can be restricted from the symbol palate before dropping on the diagram page by using the [Cancel](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ItemDropEventArgs~Cancel.html) argument of the [ItemDropEventArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ItemDropEventArgs_members.html) class and [ItemDropEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~ItemDropEvent_EV.html) of [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) class. +The symbols can be restricted from the symbol palate before dropping on the diagram page by using the [Cancel](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ItemDropEventArgs~Cancel.html) argument of the [ItemDropEventArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ItemDropEventArgs_members.html) class and [ItemDropEvent](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo~ItemDropEvent_EV.html) of [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) class. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil#how-to-restrict-node-dropped-on-diagram diff --git a/Samples/Stencil/SetAutomationIDForSearchbox/README.md b/Samples/Stencil/SetAutomationIDForSearchbox/README.md index a6b4f9c2..a4e1657e 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 847b5d39..f8dac531 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 d9419234..db28d3b8 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 68505dc6..e38c3a47 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 7a0c1aea..33440e25 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil diff --git a/Samples/Stencil/StencilTabView/README.md b/Samples/Stencil/StencilTabView/README.md index 6fca3c52..706ed4a6 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 89a8aa3b..a69d0423 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil diff --git a/Samples/Stencil/Style/README.md b/Samples/Stencil/Style/README.md index e7a28324..4de6e6a0 100644 --- a/Samples/Stencil/Style/README.md +++ b/Samples/Stencil/Style/README.md @@ -1,5 +1,5 @@ # How to refresh the stencil when adding new symbol in symbol source? -The SymbolSource property is the type of object and it notifies the Stencil only new collection is assigned. It does not monitor add or remove and any modification in the assigned collection. The stencil will get refreshed when a new collection is assigned with the SymbolSource property in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +The SymbolSource property is the type of object and it notifies the Stencil only new collection is assigned. It does not monitor add or remove and any modification in the assigned collection. The stencil will get refreshed when a new collection is assigned with the SymbolSource property in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). KB article - [How to refresh the stencil when adding new symbol in symbol source?](https://www.syncfusion.com/kb/9928/how-to-refresh-the-stencil-when-adding-new-symbol-in-symbol-source-of-wpf-diagram-sfdiagram) diff --git a/Samples/Stencil/SymbolFilters-sample/README.md b/Samples/Stencil/SymbolFilters-sample/README.md index 0ff15720..fd5c4938 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 9527f11a..63547ca3 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 f174996f..b495e222 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 0fd79276..dd9ad70a 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 b728083c..741334a6 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 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) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil/stencil ## Project pre-requisites diff --git a/Samples/Stencil/UserControlsInStencil/README.md b/Samples/Stencil/UserControlsInStencil/README.md index f677a44a..8a728717 100644 --- a/Samples/Stencil/UserControlsInStencil/README.md +++ b/Samples/Stencil/UserControlsInStencil/README.md @@ -2,7 +2,7 @@ This repository contains sample which shows how to add user controls in stencil. -Different user controls can be used in [Stencil](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Stencil.Stencil.html) control by using the [Content](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel~Content.html) property of [NodeViewModel](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) class in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +Different user controls can be used in [Stencil](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Stencil.Stencil.html) control by using the [Content](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel~Content.html) property of [NodeViewModel](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html) class in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). __*Documentation*__: https://help.syncfusion.com/wpf/diagram/stencil diff --git a/Samples/Swimlane/Swimlane-Sample/README.md b/Samples/Swimlane/Swimlane-Sample/README.md index e9cde3cc..6af338ce 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-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 27b19259..d48d1fa9 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-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 53cacbc8..88408859 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-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 1997fb11..f586dd24 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-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 54965345..71aad141 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-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 11d8f5f5..9b268652 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/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/diagram-sdk/wpf-diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Theme/Simple-Builtintheme-sample/README.md b/Samples/Theme/Simple-Builtintheme-sample/README.md index 4c0fa15a..98b8eb23 100644 --- a/Samples/Theme/Simple-Builtintheme-sample/README.md +++ b/Samples/Theme/Simple-Builtintheme-sample/README.md @@ -1,7 +1,7 @@ # Built-in-Theme for Diagram in WPF application -This sample demonstrates how to apply built-in-theme for [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This sample demonstrates how to apply built-in-theme for [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -Built-in theme support is provided for [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) and its elements ([node](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html), [connector](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ConnectorViewModel.html) and [annotation](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.TextAnnotationViewModel.html)). If we assign [Theme](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Theming.DiagramTheme.html) for diagram, then its default theme style is set with its elements. Following are the available built-in-themes. +Built-in theme support is provided for [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) and its elements ([node](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.NodeViewModel.html), [connector](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.ConnectorViewModel.html) and [annotation](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.TextAnnotationViewModel.html)). If we assign [Theme](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.Theming.DiagramTheme.html) for diagram, then its default theme style is set with its elements. Following are the available built-in-themes. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/theme diff --git a/Samples/Theme/ThemeStyle/README.md b/Samples/Theme/ThemeStyle/README.md index 0f1633a2..b855eaeb 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/theme diff --git a/Samples/Thumb/README.md b/Samples/Thumb/README.md index c445fdcd..e7846a2e 100644 --- a/Samples/Thumb/README.md +++ b/Samples/Thumb/README.md @@ -1,5 +1,5 @@ # How to customize the WPF Diagram (SfDiagram) thumb style? -Appearance of the DiagramThumb can be customized by using its Shape and ShapeStyle properties in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). This is the base for Segment, End, and Control thumbs of the connector. The ControlPointType property will differentiate the type of thumbs. +Appearance of the DiagramThumb can be customized by using its Shape and ShapeStyle properties in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). This is the base for Segment, End, and Control thumbs of the connector. The ControlPointType property will differentiate the type of thumbs. KB article - [How to customize the WPF Diagram (SfDiagram) thumb style?](https://www.syncfusion.com/kb/9460/how-to-customize-the-wpf-diagram-sfdiagram-thumb-style) diff --git a/Samples/ToolTip/ToolTipForNodeAndNodePorts/README.md b/Samples/ToolTip/ToolTipForNodeAndNodePorts/README.md index 9fbdb6b9..63fbb345 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 dbaf85c6..2f2a6aed 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/tools diff --git a/Samples/Tools/SetToolSample/README.md b/Samples/Tools/SetToolSample/README.md index be4cdcdf..988e1cfc 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/tools diff --git a/Samples/Tools/Switch-between-tools/README.md b/Samples/Tools/Switch-between-tools/README.md index 6f5440ec..7e9d3ec4 100644 --- a/Samples/Tools/Switch-between-tools/README.md +++ b/Samples/Tools/Switch-between-tools/README.md @@ -2,7 +2,7 @@ This sample demonstrates how to set tool to an element at runtime through SetTool() method. -Each object in the [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) control has default action when interacting on them. Those default actions can be customized by overriding the virtual method [SfDiagram.SetTool](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SfDiagram~SetTool.html). The SetTool method takes the [SetToolArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SetToolArgs.html) as an argument that is used to know the objects under the mouse when modifying the tools of them. +Each object in the [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) control has default action when interacting on them. Those default actions can be customized by overriding the virtual method [SfDiagram.SetTool](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SfDiagram~SetTool.html). The SetTool method takes the [SetToolArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SetToolArgs.html) as an argument that is used to know the objects under the mouse when modifying the tools of them. [Source](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SetToolArgs~Source.html) – To know the object on which item the mouse is interacting. [Action](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.SetToolArgs~Action.html) - To customize the tools of the diagram object. diff --git a/Samples/TreeViewToDiagram/DifferentObjectsfromSfTreeViewToDiagram/README.md b/Samples/TreeViewToDiagram/DifferentObjectsfromSfTreeViewToDiagram/README.md index 717f851c..b852aae7 100644 --- a/Samples/TreeViewToDiagram/DifferentObjectsfromSfTreeViewToDiagram/README.md +++ b/Samples/TreeViewToDiagram/DifferentObjectsfromSfTreeViewToDiagram/README.md @@ -1,7 +1,7 @@ # Drag and Drop from SfTreeView to diagram sample -This sample demonstrates how to drag and drop different shaped objects from SfTreeView element to [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +This sample demonstrates how to drag and drop different shaped objects from SfTreeView element to [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). -[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) supports dragging and dropping the objects (unknown) from another item's control (apart from stencil). The DragEnter event is used to achieve this drag and drop by changing the unknown object to a known object that is predefined diagram types. +[WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) supports dragging and dropping the objects (unknown) from another item's control (apart from stencil). The DragEnter event is used to achieve this drag and drop by changing the unknown object to a known object that is predefined diagram types. __*Documentation*__: https://www.syncfusion.com/kb/10574/how-to-drag-and-drop-elements-from-SfTreeView diff --git a/Samples/TreeViewToDiagram/MultipleDiagramPages/README.md b/Samples/TreeViewToDiagram/MultipleDiagramPages/README.md index 7b079530..ca62f9d0 100644 --- a/Samples/TreeViewToDiagram/MultipleDiagramPages/README.md +++ b/Samples/TreeViewToDiagram/MultipleDiagramPages/README.md @@ -1,8 +1,8 @@ # Multiple diagram pages sample -This sample demonstrates how to add multiple diagram pages using [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) control. +This sample demonstrates how to add multiple diagram pages using [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) control. -Multiple [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) pages can be added or removed using the TableControlExt control. When adding or deleting the diagram page, the title will be updated as tree view. +Multiple [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) pages can be added or removed using the TableControlExt control. When adding or deleting the diagram page, the title will be updated as tree view. ## Project pre-requisites diff --git a/Samples/TreeViewToDiagram/TreeViewEditing/README.md b/Samples/TreeViewToDiagram/TreeViewEditing/README.md index 683a3fad..cd27b9ed 100644 --- a/Samples/TreeViewToDiagram/TreeViewEditing/README.md +++ b/Samples/TreeViewToDiagram/TreeViewEditing/README.md @@ -1,8 +1,8 @@ # Treeview diagram with editing sample -This sample demonstrates how to create treeview diagram with editing option in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) control. +This sample demonstrates how to create treeview diagram with editing option in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) control. -[WPF TreeView](https://www.syncfusion.com/wpf-controls/treeview) and [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) elements editing can be synchronized by binding the operations of the elements as implemented in the following sample. Each tree view element can be displayed as a node in the diagram. +[WPF TreeView](https://www.syncfusion.com/wpf-controls/treeview) and [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) elements editing can be synchronized by binding the operations of the elements as implemented in the following sample. Each tree view element can be displayed as a node in the diagram. __*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#hierarchical-tree-layout diff --git a/Samples/TreeViewToDiagram/TreeViewToDiagram/README.md b/Samples/TreeViewToDiagram/TreeViewToDiagram/README.md index fa2a0f36..b54600b7 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 f6f95099..b5a7809d 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 3fbedd61..895a4e08 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-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 067c3ba4..98174191 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/umldiagramshapes#umlusecase diff --git a/Samples/Usecase samples/DiagramWithPropertyGrid/README.md b/Samples/Usecase samples/DiagramWithPropertyGrid/README.md index 48841adc..2ef23c82 100644 --- a/Samples/Usecase samples/DiagramWithPropertyGrid/README.md +++ b/Samples/Usecase samples/DiagramWithPropertyGrid/README.md @@ -1,8 +1,8 @@ # Property grid diagram sample -This sample demonstrates how to add the property grid panel to the [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) control. +This sample demonstrates how to add the property grid panel to the [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) control. -The [PropertyGrid](https://help.syncfusion.com/cr/wpf/Syncfusion.PropertyGrid.Wpf~Syncfusion.Windows.PropertyGrid.PropertyGrid.html) control can be used to show the properties of the selected object and able to change the values dynamically. The properties values will be updated dynamically based on the selected objects using the [events](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo_events.html) of the [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram) control. +The [PropertyGrid](https://help.syncfusion.com/cr/wpf/Syncfusion.PropertyGrid.Wpf~Syncfusion.Windows.PropertyGrid.PropertyGrid.html) control can be used to show the properties of the selected object and able to change the values dynamically. The properties values will be updated dynamically based on the selected objects using the [events](https://help.syncfusion.com/cr/wpf/Syncfusion.SfDiagram.WPF~Syncfusion.UI.Xaml.Diagram.IGraphInfo_events.html) of the [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram) control. ## Project pre-requisites diff --git a/Samples/Usecase samples/UML Class Diagram/Readme.md b/Samples/Usecase samples/UML Class Diagram/Readme.md index b633d26c..a3338eb4 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) ## Project pre-requisites To run this application, you need to have the below two in your system diff --git a/Samples/Validation/README.md b/Samples/Validation/README.md index aa108864..b635764e 100644 --- a/Samples/Validation/README.md +++ b/Samples/Validation/README.md @@ -1,5 +1,5 @@ # How to validate the connection and port visibility (inport and outport) in the WPF Diagram (SfDiagram)? -The ValidateConnection is one of the PortVisibility which is used to achieve logical gates functionality in ports, and it controls over visibility of port based on the connector ends in [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) (SfDiagram). +The ValidateConnection is one of the PortVisibility which is used to achieve logical gates functionality in ports, and it controls over visibility of port based on the connector ends in [WPF Diagram](https://www.syncfusion.com/diagram-sdk/wpf-diagram) (SfDiagram). KB article - [How to validate the connection and port visibility (inport and outport) in the WPF Diagram (SfDiagram)?](https://www.syncfusion.com/kb/9553/how-to-validate-the-connection-and-port-visibility-in-wpf-diagram-sfdiagram) diff --git a/Samples/Virtualization/README.md b/Samples/Virtualization/README.md index b76c473f..819ec118 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. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) +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/diagram-sdk/wpf-diagram) __*Documentation*__: https://help.syncfusion.com/wpf/diagram/virtualization