MindFusion.Wpf Pack Programmer's Guide
TreeLayout.LinkStyle Property
See Also
 





Gets or sets a value indicating how links in the arranged tree should look.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public TreeLayoutLinkType LinkStyle { get; set; }

Visual Basic  Copy Code

Public Property LinkStyle As TreeLayoutLinkType

 Property Value

A member of the TreeLayoutLinkType enumeration.

 Remarks

This property is ignored if Type is set to Radial.

 See Also

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