Search
TreeLayout.LinkStyle Property
See Also
 





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

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 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