TimedTextFontStyle Enum

Definition

Specifies the font styles that can be used for the display timed text.

public enum class TimedTextFontStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class TimedTextFontStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum TimedTextFontStyle
var value = Windows.Media.Core.TimedTextFontStyle.normal
Public Enum TimedTextFontStyle
Inheritance
TimedTextFontStyle
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

Name Value Description
Normal 0

The timed text uses normal font style.

Oblique 1

The timed text uses oblique font style.

Italic 2

The timed text uses italic font style.

Applies to