Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 569 Bytes

orientation.md

File metadata and controls

34 lines (22 loc) · 569 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.Orientation
winrt enum

Orientation

-description

Defines constants that specify the different orientations that a control or layout can have.

-xaml-syntax

<object property="enumMemberName"/>

-enum-fields

-field Vertical:0

The control or layout should be vertically oriented.

-field Horizontal:1

The control or layout should be horizontally oriented.

-remarks

-examples

-see-also