Colors.MediumVioletRed Property

Definition

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

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

Property Value

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

Applies to