3 references to RoyalBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
475
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
RoyalBlue
"/>.</summary>
476
public static SolidColorBrush RoyalBlue => royalBlue ??= new(Colors.
RoyalBlue
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
883
"royalblue" => Colors.
RoyalBlue
,