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





Gets or sets the tree direction.

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

 Syntax

C#  Copy Code

public TreeLayoutDirections Direction { get; set; }

Visual Basic  Copy Code

Public Property Direction As TreeLayoutDirections

 Property Value

A member of the TreeLayoutDirections enumeration.

 Remarks

This property must be set to a combination of two TreeLayoutDirections members when using Type is HorizontalVertical.

 See Also

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