Colors.Blue Eigenschaft

Definition

Ruft die vom System definierte Farbe ab, die den ARGB-Wert von #FF0000FF hat.

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

Eigenschaftswert

Die vom System definierte Farbe mit dem ARGB-Wert #FF0000FF.

Gilt für: