Font.Strikeout Propiedad

Definición

Obtiene un valor que indica si esta Font especifica una línea horizontal de tachado de la fuente.

public:
 property bool Strikeout { bool get(); };
public bool Strikeout { get; }
member this.Strikeout : bool
Public ReadOnly Property Strikeout As Boolean

Valor de propiedad

Boolean

Es true si esta Font tiene una línea horizontal de tachado; en caso contrario, es false.

Se aplica a