Share via


TimedTextStyle.IsUnderlineEnabled Property

Definition

Gets or sets a value indicating whether underline text is enabled for the timed text.

public:
 property bool IsUnderlineEnabled { bool get(); void set(bool value); };
bool IsUnderlineEnabled();

void IsUnderlineEnabled(bool value);
public bool IsUnderlineEnabled { get; set; }
var boolean = timedTextStyle.isUnderlineEnabled;
timedTextStyle.isUnderlineEnabled = boolean;
Public Property IsUnderlineEnabled As Boolean

Property Value

Boolean

bool

True if underline text is enabled; otherwise, false.

Windows requirements

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

Applies to