Compartir a través de


ITextCharacterFormat.Strikethrough Propiedad

Definición

Obtiene o establece si los caracteres se muestran con una línea horizontal a través del centro.

public:
 property FormatEffect Strikethrough { FormatEffect get(); void set(FormatEffect value); };
FormatEffect Strikethrough();

void Strikethrough(FormatEffect value);
public FormatEffect Strikethrough { get; set; }
var formatEffect = iTextCharacterFormat.strikethrough;
iTextCharacterFormat.strikethrough = formatEffect;
Public Property Strikethrough As FormatEffect

Valor de propiedad

Estado tachado.

Se aplica a