Colors.SeaShell Property

Definition

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

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

Property Value

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

Applies to