MindFusion.Wpf Pack Programmer's Guide
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.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double LinkOffset { get; set; }

Visual Basic  Copy Code

Public Property LinkOffset As Double

 Property Value

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

 See Also

TreeLayout Members
TreeLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace