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





Gets or sets the direction of the arranged diagram.

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

 Syntax

C#  Copy Code

public Direction Direction { get; set; }

Visual Basic  Copy Code

Public Property Direction As Direction

 Property Value

A member of the Direction enumeration. The default is Straight.

 Remarks

If Orientation is set to Horizontal, Direction.Straight stands for "left to right" and Direction.Reversed for "right to left". If Orientation is set to Vertical, Direction.Straight stands for "top to bottom" and Direction.Reversed for "bottom to top".

 See Also

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