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