TimedTextDouble Struct

Definition

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

public value class TimedTextDouble
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct TimedTextDouble
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct TimedTextDouble
var timedTextDouble = {
value : /* Your value */,
unit : /* Your value */
}
Public Structure TimedTextDouble
Inheritance
TimedTextDouble
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Unit

The units of the value, either pixels or percentage.

Value

The value.

Applies to