Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 734 Bytes

datepicker_orientation.md

File metadata and controls

34 lines (21 loc) · 734 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.DatePicker.Orientation
winrt property

Windows.UI.Xaml.Controls.DatePicker.Orientation

-description

Gets or sets a value that indicates whether the day, month, and year selectors are stacked horizontally or vertically.

-xaml-syntax

<DatePicker Orientation="Horizontal"/>
-or-
<DatePicker Orientation="Vertical"/>

-property-value

A named constant of the enumeration that indicates whether the day, month, and year selectors are stacked horizontally or vertically. The default is Horizontal.

-remarks

-examples

-see-also