CalendarView for WinForms
BackgroundMode プロパティ

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

プロパティ値

A BackgroundMode structure that indicates the background mode of the device context.
解説

The BackgroundMode affects the line styles for lines drawn using a pen created by the CreatePen GDI API function. The BackgroundMode does not affect lines drawn using a pen created by the ExtCreatePen GDI API function.

value parameter can also be set to driver-specific values. GDI passes such values to the device driver and otherwise ignores them.

参照

DeviceContext クラス
DeviceContext メンバ