Enum Orientation
- Namespace
- nanoFramework.Presentation.Controls
- Assembly
- nanoFramework.Graphics.dll
Enumerates the possible orientations for a user interface element.
public enum Orientation
Fields
Horizontal = 0
Specifies a horizontal orientation for a user interface element.
Vertical = 1
Specifies a vertical orientation for a user interface element.