Gets or sets the orientation of the arranged diagram.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public Orientation Orientation { get; set; } |
Visual Basic Copy Code |
---|
Public Property Orientation As Orientation |
A member of the Orientation enumeration. The default value is Vertical
This value is used only when Squarify is set to false, and specifies the orientation of the topmost level of the hierarchy. The algorithm alternates the orientation of each subsequent level, arranging its nodes either in rows or columns.