Colors.CornflowerBlue Property

Definition

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

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

Property Value

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

Applies to