Gets or sets the tree direction.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public TreeLayoutDirections Direction { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Direction As TreeLayoutDirections |
A member of the TreeLayoutDirections enumeration.
RemarksThis property must be set to a combination of two TreeLayoutDirections members when using Type is HorizontalVertical.
See Also