Colors.PowderBlue Property

Definition

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

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

Property Value

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

Applies to