CalendarView for WinForms
BackgroundColor プロパティ (DeviceContext)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : BackgroundColor プロパティ
Gets or sets the color of the background of the device context.
シンタックス
'宣言
 
Public Property BackgroundColor As System.Drawing.Color
public System.Drawing.Color BackgroundColor {get; set;}

プロパティ値

A System.Drawing.Color structure that indicates the color of the background of the device context.
解説

If the background mode is BackgroundMode is BackgroundMode.Opaque, the background color is used to fill gaps between styled lines, gaps between hatched lines in brushes, and character cells. The background color is also used when converting bitmaps from color to monochrome and vice versa.

参照

DeviceContext クラス
DeviceContext メンバ