9 references to Transparent
Microsoft.Maui (2)
Graphics\PaintExtensions.cs (1)
45 return solidPaint.Color == Colors.Transparent;
Graphics\ShapeDrawable.cs (1)
122 canvas.FillColor = Colors.Transparent;
Microsoft.Maui.Controls (6)
Brush\Brush.cs (2)
533 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.Transparent"/>.</summary> 534 public static SolidColorBrush Transparent => transparent ??= new(Colors.Transparent);
CheckBox\CheckBox.cs (2)
96 Color IBorderElement.BorderColor => Colors.Transparent; 100 Color IBorderElement.BorderColorDefaultValue => Colors.Transparent;
IndicatorView\IndicatorStackLayout.cs (1)
149 Stroke = Colors.Transparent
Shell\BaseShellItem.cs (1)
412 Value = Colors.Transparent
Microsoft.Maui.Graphics (1)
Color.cs (1)
906 "transparent" => Colors.Transparent,