Gets or sets the overall orientation of the arranged diagram.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Orientation Orientation { get; set; } |
Visual Basic
![]() |
---|
Public Property Orientation As Orientation |
Specify Orientation.Vertical to have links flow in vertical direction and Orientation.Horizontal to have links flow in horizontal direction. The orientation of the resulting layers is opposite to that of the links. Thus, if the link tends to go in a vertical direction, the nodes are distributed in horizontal layers.