TimedTextStyle.IsUnderlineEnabled 属性

定义

获取或设置一个值,该值指示是否为计时文本启用下划线文本。

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

属性值

Boolean

bool

如果启用下划线文本,则为 True;否则为 false。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于