TimedTextWritingMode
TimedTextWritingMode
TimedTextWritingMode
TimedTextWritingMode
Enum
Definition
Specifies the direction timed text is written.
public : enum class TimedTextWritingModepublic enum TimedTextWritingModePublic Enum TimedTextWritingMode// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| LeftRight LeftRight LeftRight LeftRight | Text is written from left to right within a line. Lines are written top to bottom. |
| LeftRightTopBottom LeftRightTopBottom LeftRightTopBottom LeftRightTopBottom | Text is written from left to right within a line. Lines are written top to bottom. |
| RightLeft RightLeft RightLeft RightLeft | Text is written from right to left within a line. Lines are written top to bottom. |
| RightLeftTopBottom RightLeftTopBottom RightLeftTopBottom RightLeftTopBottom | Text is written from right to left within a line. Lines are written top to bottom. |
| TopBottom TopBottom TopBottom TopBottom | Text is written from top to bottom within a line. Lines are written left to right. |
| TopBottomLeftRight TopBottomLeftRight TopBottomLeftRight TopBottomLeftRight | Text is written from top to bottom within a line. Lines are written left to right. |
| TopBottomRightLeft TopBottomRightLeft TopBottomRightLeft TopBottomRightLeft | Text is written from top to bottom within a line. Lines are written right to left. |