Colors.Aquamarine Property

Definition

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

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

Property Value

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

Applies to