Orientation
June 22, 2022 · View on GitHub
-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.