17 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 (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)
64 Color IBorderElement.BorderColor => Colors.Transparent; 68 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.Controls.Compatibility (7)
iOS\Platform.cs (4)
439 var window = new UIWindow { BackgroundColor = Colors.Transparent.ToPlatform() }; 462 var window = new UIWindow { BackgroundColor = Colors.Transparent.ToPlatform() }; 484 var window = new UIWindow { BackgroundColor = Colors.Transparent.ToPlatform() }; 513 window.RootViewController.View.BackgroundColor = Colors.Transparent.ToPlatform();
iOS\Renderers\ScrollViewRenderer.cs (1)
312 BackgroundColor = Element.BackgroundColor.ToPlatform(Colors.Transparent);
iOS\Renderers\SwipeViewRenderer.cs (1)
416 BackgroundColor = Colors.Transparent.ToPlatform()
iOS\ShadowEffect.cs (1)
25 layer.ShadowColor = Colors.Transparent.ToCGColor();
Microsoft.Maui.Graphics (1)
Color.cs (1)
902 "transparent" => Colors.Transparent,