Colors.LightSlateGray Property

Definition

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

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

Property Value

The system-defined color that has an ARGB value of #FF778899.

Applies to