Skip to main content

DiagramOrgChartBehavior.HorizontalSpacing Property

For internal use.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

[Browsable(false)]
public double HorizontalSpacing { get; set; }

Property Value

Type
Double

Remarks

Use the corresponding property of the specified layout algorithm:

DiagramControl.CircularLayoutNodesSpacing

DiagramControl.MindMapTreeLayoutHierarchySpacing, DiagramControl.MindMapTreeLayoutNodeSpacing, DiagramControl.MindMapTreeLayoutRootSpacing

DiagramControl.SugiyamaLayoutLayerSpacing, DiagramControl.SugiyamaLayoutColumnSpacing

DiagramControl.TreeLayoutHorizontalSpacing

See Also