Partager via


TimedTextStyle.IsLineThroughEnabled Propriété

Définition

Obtient ou définit une valeur indiquant si le texte barré est activé pour le texte chronoté.

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

Valeur de propriété

Boolean

bool

True si le texte barré est activé ; sinon, false.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v4.0)

S’applique à