Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 591 Bytes

itemsstackpanel_orientation.md

File metadata and controls

28 lines (19 loc) · 591 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ItemsStackPanel.Orientation
winrt property

Microsoft.UI.Xaml.Controls.ItemsStackPanel.Orientation

-description

Gets or sets the dimension by which child elements are stacked.

-xaml-syntax

ItemsStackPanel Orientation="orientationMemberName" />

-property-value

One of the enumeration values that specifies the orientation of child elements. The default is Vertical.

-remarks

-examples

-see-also