TimedTextStyle.IsLineThroughEnabled プロパティ

定義

時間指定されたテキストに対して取り消し線テキストが有効かどうかを示す値を取得または設定します。

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

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

プロパティ値

Boolean

bool

取り消し線テキストが有効な場合は True。それ以外の場合は false。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象