共用方式為


TimedTextStyle.IsOverlineEnabled 屬性

定義

取得或設定值,指出是否啟用逾時文字的超行文字。

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

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

屬性值

Boolean

bool

如果已啟用超行文字,則為 True;否則為 false。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於