ITextCharacterFormat.Strikethrough Proprietà

Definizione

Ottiene o imposta un valore che indica se i caratteri vengono visualizzati con una linea orizzontale attraverso il 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

Valore della proprietà

Stato barrato.

Si applica a