Gets or sets the distance between adjacent nodes.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double Padding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Padding As Double |
A double value specifying the padding size between sibling nodes. The default value is 3.
See Also