3 references to DarkViolet
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
233
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
DarkViolet
"/>.</summary>
234
public static SolidColorBrush DarkViolet => darkViolet ??= new(Colors.
DarkViolet
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
801
"darkviolet" => Colors.
DarkViolet
,