Search
DecisionLayout.HorizontalPadding Property
See Also
 





Gets or sets the horizontal distance between adjacent nodes.

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

 Syntax

C#  Copy Code

public float HorizontalPadding { get; set; }

Visual Basic  Copy Code

Public Property HorizontalPadding As Single

 Property Value

A float value specifying the distance between adjacent nodes in same row. The default value is 15.

 See Also