Colors.DodgerBlue Property

Definition

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

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

Property Value

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

Applies to