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; }
static member Gray : System.Drawing.Color
Public Shared ReadOnly Property Gray As Color

Property Value

A Color structure representing a system-defined color.

Applies to