Colors.Linen Property

Definition

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

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

Property Value

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

Applies to