3 references to LightBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
315
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
LightBlue
"/>.</summary>
316
public static SolidColorBrush LightBlue => lightBlue ??= new(Colors.
LightBlue
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
829
"lightblue" => Colors.
LightBlue
,