Partager via


ITextCharacterFormat.ForegroundColor Propriété

Définition

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.

S’applique à