Gets or sets the horizontal distance between adjacent nodes.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float HorizontalPadding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HorizontalPadding As Single |
A float value specifying the distance between adjacent nodes in same row. The default value is 15.
See Also