Colors.Teal Property

Definition

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

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

Property Value

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

Applies to