Colors.LightGray Property

Definition

Gets the system-defined color that has the ARGB value of #FFD3D3D3.

public:
 static property Color LightGray { Color get(); };
static Color LightGray();
public static Color LightGray { get; }
var color = Colors.lightGray;
Public Shared ReadOnly Property LightGray As Color

Property Value

The system-defined color that has the ARGB value of #FFD3D3D3.

Applies to