Colors.Plum Property

Definition

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

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

Property Value

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

Applies to