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