Colors.MediumPurple Property

Definition

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

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

Property Value

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

Applies to