Colors.Orchid Property

Definition

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

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

Property Value

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

Applies to