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