Search
DecisionLayout.HorizontalPadding Property
See Also
 






Gets or sets the horizontal distance between adjacent nodes.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double HorizontalPadding { get; set; }

Visual Basic  Copy Code

Public Property HorizontalPadding As Double

 Property Value

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

 See Also