Search
FlowLayout.VerticalGroupOffset Property
See Also
 





Gets or sets the vertical subgroup offset.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float VerticalGroupOffset { get; set; }

Visual Basic  Copy Code

Public Property VerticalGroupOffset As Single

 Property Value

A value specifying the vertical distance between groups of nodes. The default is 70.

 See Also