Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.03 KB

languagelayoutdirection.md

File metadata and controls

33 lines (22 loc) · 1.03 KB
-api-id -api-type
T:Windows.Globalization.LanguageLayoutDirection
winrt enum

Windows.Globalization.LanguageLayoutDirection

-description

Defines constants that specify the content layout direction (for text and UI elements) most appropriate for a language.

-enum-fields

-field TtbRtl:3

Indicates a content layout direction that flows from the top to the bottom of the page; the first top-to-bottom column of content is on the right, and columns are added from right to left.

-field TtbLtr:2

Indicates a content layout direction that flows from the top to the bottom of the page; the first top-to-bottom column of content is on the left, and columns are added from left to right.

-field Rtl:1

Indicates a content layout direction of right to left (for example, for Arabic or other RTL languages).

-field Ltr:0

Indicates a content layout direction of left to right.

-remarks

-see-also

-examples