Colors.Azure Property

Definition

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

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

Property Value

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

Applies to