Gets or sets the vertical subgroup offset.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double VerticalGroupOffset { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property VerticalGroupOffset As Double |
A value specifying the vertical distance between groups of nodes. The default is 70.
See Also