13 references to Transparent
Microsoft.Maui (5)
Graphics\PaintExtensions.cs (1)
45
return solidPaint.Color == Colors.
Transparent
;
Graphics\PaintExtensions.iOS.cs (1)
179
if (gradientStop.Color == Colors.
Transparent
)
Graphics\ShapeDrawable.cs (1)
122
canvas.FillColor = Colors.
Transparent
;
Platform\iOS\MauiSwipeView.cs (1)
254
BackgroundColor = Colors.
Transparent
.ToPlatform()
Platform\iOS\StrokeExtensions.cs (1)
139
mauiCALayer.SetBackground(new SolidPaint(Colors.
Transparent
));
Microsoft.Maui.Controls (7)
Brush\Brush.cs (2)
531
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
Transparent
"/>.</summary>
532
public static SolidColorBrush Transparent => transparent ??= new(Colors.
Transparent
);
CheckBox\CheckBox.cs (2)
66
Color IBorderElement.BorderColor => Colors.
Transparent
;
70
Color IBorderElement.BorderColorDefaultValue => Colors.
Transparent
;
IndicatorView\IndicatorStackLayout.cs (1)
149
Stroke = Colors.
Transparent
Platform\iOS\Extensions\BrushExtensions.cs (1)
248
if (gradientStop.Color == Colors.
Transparent
)
Shell\BaseShellItem.cs (1)
411
Value = Colors.
Transparent
Microsoft.Maui.Graphics (1)
Color.cs (1)
902
"transparent" => Colors.
Transparent
,