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





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

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

 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

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