Search
FlowLayout.HorizontalGroupOffset Property
See Also
 





Gets or sets the horizontal subgroup offset.

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

 Syntax

C#  Copy Code

public float HorizontalGroupOffset { get; set; }

Visual Basic  Copy Code

Public Property HorizontalGroupOffset As Single

 Property Value

A value specifying the horizontal distance between groups of nodes. The default is 25.

 See Also