Colors.MediumOrchid Property

Definition

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

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

Property Value

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

Applies to