Search
DecisionLayout.HorizontalPadding Property
See Also
 





Gets or sets the horizontal distance between adjacent nodes.

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

 Syntax

C#  Copy Code

public double HorizontalPadding { get; set; }

Visual Basic  Copy Code

Public Property HorizontalPadding As Double

 Property Value

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

 See Also