Colors.DeepSkyBlue Property

Definition

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

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

Property Value

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

Applies to