Colors.CadetBlue Property

Definition

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

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

Property Value

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

Applies to