TimedTextLineAlignment TimedTextLineAlignment TimedTextLineAlignment TimedTextLineAlignment Enum

Definition

Specifies the alignment of a TimedTextLine relative to the TimedTextRegion in which it is displayed.

public : enum class TimedTextLineAlignmentpublic enum TimedTextLineAlignmentPublic Enum TimedTextLineAlignment// 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

Center Center Center Center

The text line is aligned in the center of the region.

End End End End

The text line is aligned in the direction of the end of the text.

Start Start Start Start

The text line is aligned in the direction of the start of the text.

Remarks

The visual direction in which the text is aligned for each value depends on the TimedTextFlowDirection value of the text.