Colors.LightGray Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.