TimedTextBoutenType Enum

Definition

Specifies the type of bouten mark to be rendered in timed text.

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

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

Fields

Auto 1

The bouten mark type is determined automatically.

FilledCircle 2

The bouten mark is a filled circle.

FilledDot 4

The bouten mark is a filled dot.

FilledSesame 6

The bouten mark is a filled sesame.

None 0

No bouten mark.

OpenCircle 3

The bouten mark is an open circle.

OpenDot 5

The bouten mark is an open dot.

OpenSesame 7

The bouten mark is an open sesame.

Remarks

Use a value from this enumeration when setting the TimedTextBouten.Type property.

Applies to