Colors.SteelBlue Property

Definition

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

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

Property Value

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

Applies to