TimedTextSubformat TimedTextSubformat TimedTextSubformat TimedTextSubformat Class

Definition

Defines a TimedTextStyle for a substring in a TimedTextLine. of the cue, which defines the style of the rendered text.

public : sealed class TimedTextSubformat : ITimedTextSubformatpublic sealed class TimedTextSubformat : ITimedTextSubformatPublic NotInheritable Class TimedTextSubformat Implements ITimedTextSubformat// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

TimedTextSubformat() TimedTextSubformat() TimedTextSubformat() TimedTextSubformat()

Initializes a new instance of the TimedTextSubformat class.

public : TimedTextSubformat()public TimedTextSubformat()Public Sub New()// You can use this method in JavaScript.

Properties

Length Length Length Length

Gets or sets the length of the substring to which the SubformatStyle applies.

public : int Length { get; set; }public int Length { get; set; }Public ReadWrite Property Length As int// You can use this property in JavaScript.
Value
int int int int

The length of the substring to which the formatting style applies.

See Also

StartIndex StartIndex StartIndex StartIndex

Gets or sets the staring index of the substring to which the SubformatStyle applies.

public : int StartIndex { get; set; }public int StartIndex { get; set; }Public ReadWrite Property StartIndex As int// You can use this property in JavaScript.
Value
int int int int

The starting index of the substring to which the formatting style applies.

SubformatStyle SubformatStyle SubformatStyle SubformatStyle

Gets or sets the TimedTextStyle object that conveys the formatting of a substring in a TimedTextLine.

public : TimedTextStyle SubformatStyle { get; set; }public TimedTextStyle SubformatStyle { get; set; }Public ReadWrite Property SubformatStyle As TimedTextStyle// You can use this property in JavaScript.
Value
TimedTextStyle TimedTextStyle TimedTextStyle TimedTextStyle

The object that conveys the formatting of a substring in a TimedTextLine.

See Also

See Also