TimedTextPoint TimedTextPoint TimedTextPoint TimedTextPoint Struct

Definition

Represents 2D coordinate that is used to convey the values of timed text style properties.

public : struct TimedTextPointpublic struct TimedTextPointPublic Structure TimedTextPoint// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Unit Unit Unit Unit

The units of the coordinates, either pixels or percentage.

public : field TimedTextUnit Unitpublic field TimedTextUnit UnitPublic Field Unit// You can use this field in JavaScript.

X X X X

The X coordinate of the point.

public : field double Xpublic field double XPublic Field X// You can use this field in JavaScript.

Y Y Y Y

The Y coordinate of the point.

public : field double Ypublic field double YPublic Field Y// You can use this field in JavaScript.