Gets or sets a value indicating how much space to leave between nodes in adjacent lanes.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float Padding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Padding As Single |
A float value specifying the padding. The default is 15.
See Also