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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float LinkOffset { get; set; }

Visual Basic  Copy Code

Public Property LinkOffset As Single

 Property Value

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

 See Also