Colors.Moccasin Property

Definition

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

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

Property Value

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

Applies to