3 references to AliceBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
120
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
AliceBlue
"/>.</summary>
121
public static SolidColorBrush AliceBlue => aliceBlue ??= new(Colors.
AliceBlue
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
766
"aliceblue" => Colors.
AliceBlue
,