Share via


ITextCharacterFormat.ForegroundColor プロパティ

定義

前景またはテキストの色を取得または設定します。

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

プロパティ値

前景色。

適用対象