Freigeben über


ITextCharacterFormat.ForegroundColor Eigenschaft

Definition

Ruft die Vordergrund- oder Textfarbe ab oder legt diese fest.

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

Eigenschaftswert

Die Vordergrundfarbe.

Gilt für: