Compartir a través de


ITextCharacterFormat.ForegroundColor Propiedad

Definición

Obtiene o establece el color de primer plano o texto.

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

Valor de propiedad

El color de primer plano.

Se aplica a