Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Diagram control examples
**Essential® Diagram WPF** is a powerful, extensible, and feature-rich library for visualizing, creating, and editing interactive diagrams. It supports creating flowcharts, organizational charts, mind maps, floor plans, UML diagrams, and BPMN charts either through code or a visual interface.
**Essential® [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)** is a powerful, extensible, and feature-rich library for visualizing, creating, and editing interactive diagrams. It supports creating flowcharts, organizational charts, mind maps, floor plans, UML diagrams, and BPMN charts either through code or a visual interface.

![Diagram - Overview](https://help.syncfusion.com/wpf/diagram/overview_images/wpf-diagram-overview.png)

Expand Down
2 changes: 1 addition & 1 deletion Samples/Annotations/AnnotationSelection/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Annotations Selection sample

This sample demonstrates how to select annotations for nodes and connectors in a diagram.
This sample demonstrates how to select annotations for nodes and connectors in a diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation

Expand Down
2 changes: 1 addition & 1 deletion Samples/Annotations/AnnotationVisibilityUWP/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Annotation Visibility sample

This sample demonstrates annotations creation, appearance customization , interactions of diagram.
This sample demonstrates annotations creation, appearance customization , interactions of diagram. Explore more details about the UWP Diagram control refer to the following URL : [UWP Diagram](https://www.syncfusion.com/uwp-ui-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/uwp/diagram/annotation

Expand Down
2 changes: 1 addition & 1 deletion Samples/Annotations/AnnotationVisibilityWPF/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Annotation Visibility sample

This sample demonstrates annotations creation, appearance customization , interactions of diagram.
This sample demonstrates annotations creation, appearance customization , interactions of diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Annotation Visibility sample

This sample demonstrates how to cancel the annotation editing using "Enter" key.
This sample demonstrates how to cancel the annotation editing using "Enter" key. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation

Expand Down
2 changes: 1 addition & 1 deletion Samples/Annotations/HighlightNodeAndAnnotation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Annotation Visibility sample

This sample demonstrates how to highlight a node when selecting an annotation, and vice versa.
This sample demonstrates how to highlight a node when selecting an annotation, and vice versa. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation

Expand Down
2 changes: 1 addition & 1 deletion Samples/Annotations/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Annotations sample

This sample demonstrates annotations creation, appearance customization , interactions of diagram.
This sample demonstrates annotations creation, appearance customization , interactions of diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/annotation/defineannotation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Visualize a Custom Graph Layout Using Microsoft Automatic Graph Layout Engine in WPF Diagram
[Diagram](http://help.syncfusion.com/wpf/sfdiagram/) for WPF has some built-in, [automatic layouts](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts) to arrange nodes based on their relationships. Currently, we have three standard layouts [hierarchical tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), [radial tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), and [organizational layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#organization-layout). If these layouts are not enough, you can use any other third-party or open-source layout engine for arrangements and you can use diagram’s visualization and other cool features. [Microsoft Automatic Graph Layout (MSAGL)](https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout/) has advanced layouts in its layout engine. In this blog, we’ll see how to use this layout engine and visualize a layout using Syncfusion’s diagram control. Following are some sample graphs rendered using the MSAGL layout engine.
[WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram) has some built-in [automatic layouts](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts) to arrange nodes based on their relationships. Currently, we have three standard layouts [hierarchical tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), [radial tree layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#hierarchical-tree-layout), and [organizational layout](https://help.syncfusion.com/wpf/sfdiagram/automatic-layouts#organization-layout). If these layouts are not enough, you can use any other third-party or open-source layout engine for arrangements and you can use diagram’s visualization and other cool features. [Microsoft Automatic Graph Layout (MSAGL)](https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout/) has advanced layouts in its layout engine. In this blog, we’ll see how to use this layout engine and visualize a layout using 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)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Hierarchical Tree sample
This sample demonstrate how to do Expand/Collapse in MultiParent Layout using SfDiagram.
This sample demonstrate how to do Expand/Collapse in MultiParent Layout using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/datasource#layout-with-multiple-parents

Expand Down
2 changes: 1 addition & 1 deletion Samples/Automatic Layout/Flowchart Layout/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flowchart Layout sample
This sample demonstrate how to create a simple Flowchart Layout using SfDiagram.
This sample demonstrate how to create a simple Flowchart Layout using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#flowchart-layout

Expand Down
2 changes: 1 addition & 1 deletion Samples/Automatic Layout/Hierarchical Tree/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Hierarchical Tree sample
This sample demonstrate how to create a simple Hierarchical tree Layout using SfDiagram.
This sample demonstrate how to create a simple Hierarchical tree Layout using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#hierarchical-tree-layout

Expand Down
2 changes: 1 addition & 1 deletion Samples/Automatic Layout/LayoutWithOutDataSource/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Hierarchical Tree sample
This sample demonstrate how to create a simple Hierarchical tree Layout in SfDiagram by using Nodes and Connectors collection.
This sample demonstrate how to create a simple Hierarchical tree Layout in SfDiagram by using Nodes and Connectors collection. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#hierarchical-tree-layout

Expand Down
2 changes: 1 addition & 1 deletion Samples/Automatic Layout/Radial Tree/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Radial Tree sample
This sample demonstrate how to create a simple Radial Tree Layout using SfDiagram.
This sample demonstrate how to create a simple Radial Tree Layout using SfDiagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/automatic-layouts#radial-tree-layout

Expand Down
2 changes: 1 addition & 1 deletion Samples/BPMNEditor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BPMN Editor sample

This sample demonstrate how to create and edit the BPMN Editor.
This sample demonstrate how to create and edit the BPMN Editor. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

## Project pre-requisites
To run this application, you need to have the below two in your system
Expand Down
2 changes: 1 addition & 1 deletion Samples/Collision State/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Hierarchical Tree sample
This sample demonstrate how to arrange diagram elements in proper position by adjusting node's position.
This sample demonstrate how to arrange diagram elements in proper position by adjusting node's position. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/collision-state

Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Alignment Commands/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Alignment commands sample
This sample demonstrate the usage of Alignment commands in SfDiagam control.
This sample demonstrate the usage of Alignment commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#alignment

Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/CTRL+DragDuplicationDisable/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Disabling ctrl + drag duplication behaviour in sample
This sample demonstrate how to disable the ctrl+drag duplication behaviour in sample.
This sample demonstrate how to disable the ctrl+drag duplication behaviour in sample. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#selecttool

Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Clipboard commands/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Clipboard commands sample
This sample demonstrate the usage of Clipboard commands in SfDiagam control.
This sample demonstrate the usage of Clipboard commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#clipboard
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Commands Sample/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SelectTool commands sample
This sample demonstrate the usage of SelectTool, Rotate ,SelectByType and annotation style commands in SfDiagam control.
This sample demonstrate the usage of SelectTool, Rotate ,SelectByType and annotation style commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#selecttool

Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/CustomCommand/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Custom command sample
This sample demonstrate how to create custom gesture command and its usage in SfDiagam control.
This sample demonstrate how to create custom gesture command and its usage in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#custom-command
## Project pre-requisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Custom command sample
This sample demonstrate how to create custom gesture command for open a new window
This sample demonstrate how to create custom gesture command for open a new window. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#custom-command

Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Expand and Collapse command/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Expand and Collapse command sample
This sample demonstrate the usage of Expand and Collapse command in SfDiagam control.
This sample demonstrate the usage of Expand and Collapse command in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Fit to page command/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FitToPage command sample
This sample demonstrate the usage of FitToPage command in SfDiagam control.
This sample demonstrate the usage of FitToPage command in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#fittopage
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Flip Command/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flip command sample
This sample demonstrate the usage of Flip commands in SfDiagam control.
This sample demonstrate the usage of Flip commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands/flip
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Grouping Commands/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Grouping command sample
This sample demonstrate the usage of Grouping commands in SfDiagam control.
This sample demonstrate the usage of Grouping commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#grouping
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Nudge Commands/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Nudge commands sample
This sample demonstrate the usage of Nudge commands in SfDiagam control.
This sample demonstrate the usage of Nudge commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#nudge
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/RemoveDefaultCommands/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RemoveDefaultCommands sample
This sample demonstrate how to remove the default commands from the diagram commands.
This sample demonstrate how to remove the default commands from the diagram commands. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#custom-command
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Rotate Command/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Rotate command sample
This sample demonstrate the usage of Rotate, SelectByType and SetShapeStyle commands in SfDiagam control.
This sample demonstrate the usage of Rotate, SelectByType and SetShapeStyle commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#Rotate

Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/SelectToolCommand/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SelectTool commands sample
This sample demonstrate the usage of SelectTool commands in SfDiagam control.
This sample demonstrate the usage of SelectTool commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#selecttool

Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Sizing Commands/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sizing commands sample
This sample demonstrate the usage of Sizing commands in SfDiagam control.
This sample demonstrate the usage of Sizing commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#sizing
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Spacing Commands/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Spacing commands sample
This sample demonstrate the usage of Spacing commands in SfDiagam control.
This sample demonstrate the usage of Spacing commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#spacing
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Undo Redo/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# UndoRedo commands sample
This sample demonstrate the usage of Undo and Redo functionality in SfDiagam control.
This sample demonstrate the usage of Undo and Redo functionality in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#undo-and-redo
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Z-Order Commands/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Z-Order commands sample
This sample demonstrate the usage of Z-Order commands in SfDiagam control.
This sample demonstrate the usage of Z-Order commands in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#z--order
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Commands/Zoom Command/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Zoom command sample
This sample demonstrate the usage of Zoom command in SfDiagam control.
This sample demonstrate the usage of Zoom command in SfDiagam control. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/commands#zoom
## Project pre-requisites
Expand Down
2 changes: 1 addition & 1 deletion Samples/Connector/Animated Connector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Animated Connector Sample

This sample demonstrate how to create a connector with animated segments in diagram.
This sample demonstrate how to create a connector with animated segments in diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/appearanceandvalidation

Expand Down
2 changes: 1 addition & 1 deletion Samples/Connector/Appearance/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connector appearance and validation sample

This sample demonstrates appearance and validation customization of connectors.
This sample demonstrates appearance and validation customization of connectors. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/appearanceandvalidation

Expand Down
2 changes: 1 addition & 1 deletion Samples/Connector/AvoidSegementsOverlapping/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connector AvoidSegmentsOverlapping sample

This sample demonstrates how to avoid segements overlapping for the connector in the static diagram.
This sample demonstrates how to avoid segements overlapping for the connector in the static diagram. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/segments/orthogonal#how-to-customize-the-orthogonal-segments

Expand Down
2 changes: 1 addition & 1 deletion Samples/Connector/Connector Interactions/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connector interactions sample

This sample demonstrates selection, dragging, routing interaction of connectors.
This sample demonstrates selection, dragging, routing interaction of connectors. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__: https://help.syncfusion.com/wpf/diagram/connector/selectionanddragging

Expand Down
2 changes: 1 addition & 1 deletion Samples/Connector/Connector Padding/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connector padding sample

This sample demonstrates Padding of connectors.
This sample demonstrates Padding of connectors. Explore more details about the WPF Diagram control refer to the following URL : [WPF Diagram](https://www.syncfusion.com/wpf-controls/diagram)

__*Documentation*__:https://help.syncfusion.com/wpf/diagram/connector/appearanceandvalidation#padding

Expand Down
Loading
Loading