Skip to main content
A newer version of this page is available. .

DiagramOrgChartBehavior.VerticalSpacing Property

For internal use.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

[Browsable(false)]
public double VerticalSpacing { 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.TipOverTreeLayoutVerticalSpacing

DiagramControl.TreeLayoutVerticalSpacing

See Also