Colors.Brown Property

Definition

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

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

Property Value

The system-defined color that has the ARGB value of #FFA52A2A.

Applies to