TimedTextDouble TimedTextDouble TimedTextDouble TimedTextDouble Struct

Definition

Represents a floating point value that is used to convey the values of timed text style properties.

public : struct TimedTextDoublepublic struct TimedTextDoublePublic Structure TimedTextDouble// 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 value, either pixels or percentage.

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

Value Value Value Value

The value.

public : field double Valuepublic field double ValuePublic Field Value// You can use this field in JavaScript.