Colors.MediumBlue Property

Definition

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

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

Property Value

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

Applies to