ITextCharacterFormat.Strikethrough Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define se os caracteres são exibidos com uma linha horizontal pelo 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 da propriedade
O estado de tachado.