[]
Gets or sets the color of the background of the device context.
public Color BackgroundColor { get; set; }
Type | Description |
---|---|
Color | A Color structure that indicates the color of the background of the device context. |
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.