Search
TreeLayout.Direction Property
See Also
 





Gets or sets the tree direction.

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

 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