ITextCharacterFormat.BackgroundColor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la couleur d’arrière-plan du texte (surbrillance).
public:
property Color BackgroundColor { Color get(); void set(Color value); };
Color BackgroundColor();
void BackgroundColor(Color value);
public Color BackgroundColor { get; set; }
var color = iTextCharacterFormat.backgroundColor;
iTextCharacterFormat.backgroundColor = color;
Public Property BackgroundColor As Color
Valeur de propriété
Couleur d’arrière-plan du texte.