PrintDocument for WinForms
BackColor プロパティ (Style)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Style クラス : BackColor プロパティ
Gets or sets the background color. If both this and Style.Brush properties are specified for a style, this property takes precedence.
シンタックス
'宣言
 
Public Property BackColor As System.Drawing.Color
'使用法
 
Dim instance As Style
Dim value As System.Drawing.Color
 
instance.BackColor = value
 
value = instance.BackColor
public System.Drawing.Color BackColor {get; set;}
解説
This property is non-ambient (inherited from the Style.Parent of the current style if not explicitly set).

The default is transparent background color.

参照

Style クラス
Style メンバ