Colors.OldLace Property

Definition

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

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

Property Value

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

Applies to