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