Color.AliceBlue Property

Definition

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

public:
 static property System::Drawing::Color AliceBlue { System::Drawing::Color get(); };
public static System.Drawing.Color AliceBlue { get; }
static member AliceBlue : System.Drawing.Color
Public Shared ReadOnly Property AliceBlue As Color

Property Value

A Color representing a system-defined color.

Applies to