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