[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.ForegroundColor

ForegroundColor Property

ForegroundColor

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

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

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

Remarks

The Color is used to draw the face of each character written by the TextOut and ExtTextOut functions. The Color is also used in converting bitmaps from color to monochrome and vice versa.