Gets or sets the orientation of the panel.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Orientation Orientation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Orientation As Orientation |
A member of the Orientation enumeration. The default is Vertical.
See Also