Color::Gray Property

 

Gets a system-defined color that has an ARGB value of #FF808080.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Color Gray {
	static Color get();
}

Property Value

Type: System.Drawing::Color

A Color strcture representing a system-defined color.

For an example of this color, see Colors by Name.

.NET Framework
Available since 1.1
Return to top
Show: