Gets or sets a value indicating the orientation of the elements in the control. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Orientation Orientation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Orientation As Orientation |
A member of the WPF Orientation enumeration.
See Also