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

 Syntax

C#  Copy Code

public double LinkOffset { get; set; }

Visual Basic  Copy Code

Public Property LinkOffset As Double

 Property Value

 See Also