Colors.SlateBlue Property

Definition

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

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

Property Value

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

Applies to