Colors.MediumSlateBlue Property

Definition

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

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

Property Value

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

Applies to