Colors.IndianRed Property

Definition

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

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

Property Value

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

Applies to