[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.BackgroundColor

BackgroundColor Property

BackgroundColor

Gets or sets the color of the background of the device context.

Declaration
public Color BackgroundColor { get; set; }
Property Value
Type Description
Color

A Color structure that indicates the color of the background of the device context.

Remarks

If the background mode is BackgroundMode is 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.