Colors.DarkBlue Property

Definition

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

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

Property Value

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

Applies to