Colors.AliceBlue Property

Definition

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

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

Property Value

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

Applies to