Colors.LightSteelBlue Property

Definition

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

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

Property Value

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

Applies to