Colors.PaleTurquoise Property

Definition

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

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

Property Value

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

Applies to