Color.Gray Property
Definition
Gets a system-defined color that has an ARGB value of #FF808080
.
public:
static property System::Drawing::Color Gray { System::Drawing::Color get(); };
public static System.Drawing.Color Gray { get; }
member this.Gray : System.Drawing.Color
Public Shared ReadOnly Property Gray As Color
Property Value
A Color strcture representing a system-defined color.
Remarks
For an example of this color, see Colors by Name.