Search
TreeLayout.LinkOffset Property
See Also
 





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

 Syntax

C#  Copy Code

public double LinkOffset { get; set; }

Visual Basic  Copy Code

Public Property LinkOffset As Double

 Property Value

A double value specifying offset of links from the parent node's center. The default value is 0.

 See Also