Colors.Aqua Property

Definition

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

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

Property Value

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

Applies to