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