ForegroundColor Property (WindowDeviceContext)
In This Topic
Gets or sets the color of the foreground of the device context.
Syntax
'Declaration
Public Property ForegroundColor As Color
public Color ForegroundColor {get; set;}
Property Value
A
System.Drawing.Color structure that indicates the color of the foreground of the device context.
See Also