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