Compartir a través de


TimedTextStyle.IsLineThroughEnabled Propiedad

Definición

Obtiene o establece un valor que indica si el texto de tachado está habilitado para el texto con tiempo.

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

Valor de propiedad

Boolean

bool

True si el texto tachado está habilitado; de lo contrario, false.

Requisitos de Windows

Familia de dispositivos
Windows 10 Creators Update (se introdujo en la versión 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v4.0)

Se aplica a