Enum AutomationOrientation
Specifies the orientation direction in which a control can be presented.
Namespace: System.Windows.Automation.Peers
Assembly: OpenSilver.dll
Syntax
public enum AutomationOrientation
Fields
| Name | Description |
|---|---|
| Horizontal | The control is presented horizontally. |
| None | The control does not have an orientation. |
| Vertical | The control is presented vertically. |