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

Property Value

A Color representing a system-defined color.

Applies to