Search
DecisionLayout.Orientation Property
See Also
 





Gets or sets the orientation of the arranged diagram.

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

 Syntax

C#  Copy Code

public Orientation Orientation { get; set; }

Visual Basic  Copy Code

Public Property Orientation As Orientation

 Property Value

A member of the Orientation enumeration specifying the overall layout orientation. The default value is Vertical.

 See Also