Colors.RoyalBlue Property

Definition

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

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

Property Value

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

Applies to