Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.07 KB

timedtextwritingmode.md

File metadata and controls

42 lines (28 loc) · 1.07 KB
-api-id -api-type
T:Windows.Media.Core.TimedTextWritingMode
winrt enum

TimedTextWritingMode

-description

Specifies the direction timed text is written.

-enum-fields

-field LeftRightTopBottom:0

Text is written from left to right within a line. Lines are written top to bottom.

-field RightLeftTopBottom:1

Text is written from right to left within a line. Lines are written top to bottom.

-field TopBottomRightLeft:2

Text is written from top to bottom within a line. Lines are written right to left.

-field TopBottomLeftRight:3

Text is written from top to bottom within a line. Lines are written left to right.

-field LeftRight:4

Text is written from left to right within a line. Lines are written top to bottom.

-field RightLeft:5

Text is written from right to left within a line. Lines are written top to bottom.

-field TopBottom:6

Text is written from top to bottom within a line. Lines are written left to right.

-remarks

-examples

-see-also