3 references to BlueViolet
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
148
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
BlueViolet
"/>.</summary>
149
public static SolidColorBrush BlueViolet => blueViolet ??= new(Colors.
BlueViolet
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
772
"blueviolet" => Colors.
BlueViolet
,