Colors.MidnightBlue Property

Definition

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

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

Property Value

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

Applies to