Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 627 Bytes

contentlayoutdirection.md

File metadata and controls

32 lines (19 loc) · 627 Bytes
-api-id -api-type
T:Microsoft.UI.Content.ContentLayoutDirection
winrt enum

Microsoft.UI.Content.ContentLayoutDirection

-description

Specifies the supported layout direction for reading order and text alignment of a xref:Microsoft.UI.Content.ContentSite.

-enum-fields

-field LeftToRight: 0

Left to right layout direction.

-field RightToLeft: 1

Right to left layout direction.

-remarks

-see-also

ContentIsland.LayoutDirection, ContentSite.LayoutDirection

-examples