Gets or sets the links' offset from the centers of the nodes. This property is applicable only for Centered tree layouts.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public double LinkOffset { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LinkOffset As Double |
A double value specifying offset of links from the parent node's center. The default value is 0.
See Also