3 references to Violet
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
537 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.Violet"/>.</summary> 538 public static SolidColorBrush Violet => violet ??= new(Colors.Violet);
Microsoft.Maui.Graphics (1)
Color.cs (1)
904 "violet" => Colors.Violet,