ITextCharacterFormat.ForegroundColor 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 de premier plan, ou texte.
public:
property Color ForegroundColor { Color get(); void set(Color value); };
Color ForegroundColor();
void ForegroundColor(Color value);
public Color ForegroundColor { get; set; }
var color = iTextCharacterFormat.foregroundColor;
iTextCharacterFormat.foregroundColor = color;
Public Property ForegroundColor As Color
Valeur de propriété
Couleur de premier plan.