Search
OrthogonalLayout.Padding Property
See Also
 






Gets or sets a value indicating how much space to leave between nodes in adjacent lanes.

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

 Syntax

C#  Copy Code

public double Padding { get; set; }

Visual Basic  Copy Code

Public Property Padding As Double

 Property Value

A double value specifying the padding. The default is 15.

 See Also