Colors.RosyBrown Property

Definition

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

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

Property Value

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

Applies to