Search
TreeLayout.Type Property
See Also
 





Gets or sets what type of tree layout to apply to the diagram.

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

 Syntax

C#  Copy Code

public TreeLayoutType Type { get; set; }

Visual Basic  Copy Code

Public Property Type As TreeLayoutType

 Property Value

A member of the TreeLayoutType enumeration.

 Remarks

The available tree layout types include the following:

Layout type

Appearance

Cascading

Centered

Radial

HorizontalVertical

 See Also