3 references to MediumVioletRed
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
399
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
MediumVioletRed
"/>.</summary>
400
public static SolidColorBrush MediumVioletRed => mediumVioletRed ??= new(Colors.
MediumVioletRed
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
861
"mediumvioletred" => Colors.
MediumVioletRed
,