Orientation Orientation Orientation Orientation Enum
Definition
Defines constants that specify the different orientations that a control or layout can have.
public : enum class Orientationpublic enum OrientationPublic Enum Orientation// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Horizontal Horizontal Horizontal Horizontal | The control or layout should be horizontally oriented. |
| Vertical Vertical Vertical Vertical | The control or layout should be vertically oriented. |