Back to Devexpress

DiagramControl.OrgChartLayoutNodeSpacing Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-fee73e4a.md

latest1.5 KB
Original Source

DiagramControl.OrgChartLayoutNodeSpacing Property

Specifies the distance between shapes on the same level of hierarchy. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public double OrgChartLayoutNodeSpacing { get; set; }
vb
Public Property OrgChartLayoutNodeSpacing As Double

Property Value

TypeDescription
Double

A System.Double value that is the distance in pixels between shapes on the same level of hierarchy.

|

Remarks

The OrgChartLayoutHierarchySpacing property specifies the distance between layers of hierarchy.

See Also

OrgChartLayoutHierarchySpacing

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace