TimedTextStyle.IsLineThroughEnabled Proprietà

Definizione

Ottiene o imposta un valore che indica se il testo barrato è abilitato per il testo a tempo.

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

Valore della proprietà

Boolean

bool

True se il testo barrato è abilitato; in caso contrario, false.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)

Si applica a