TimedTextSize TimedTextSize TimedTextSize TimedTextSize Struct

Definition

Represents a size that is used to convey the values of timed text style properties.

public : struct TimedTextSizepublic struct TimedTextSizePublic Structure TimedTextSize// 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

Height Height Height Height

The height.

public : field double Heightpublic field double HeightPublic Field Height// You can use this field in JavaScript.

Unit Unit Unit Unit

The units of the size, either pixels or percentage.

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

Width Width Width Width

The width.

public : field double Widthpublic field double WidthPublic Field Width// You can use this field in JavaScript.