Colors.DarkSlateBlue Property

Definition

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

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

Property Value

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

Applies to