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