Colors.MediumAquamarine Property

Definition

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

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

Property Value

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

Applies to