次の方法で共有


ITextCharacterFormat.BackgroundColor プロパティ

定義

テキストの背景 (強調表示) の色を取得または設定します。

public:
 property Color BackgroundColor { Color get(); void set(Color value); };
Color BackgroundColor();

void BackgroundColor(Color value);
public Color BackgroundColor { get; set; }
var color = iTextCharacterFormat.backgroundColor;
iTextCharacterFormat.backgroundColor = color;
Public Property BackgroundColor As Color

プロパティ値

テキストの背景色。

適用対象