3 references to PressedBackgroundColor
Microsoft.Maui.Controls.Compatibility (3)
Android\BorderBackgroundManager.cs (2)
128 shadowColor = _backgroundDrawable.PressedBackgroundColor.ToAndroid(); 154 var rippleColor = _backgroundDrawable.PressedBackgroundColor.ToAndroid();
Android\Renderers\BorderDrawable.cs (1)
203 paint.Color = pressed ? PressedBackgroundColor.ToAndroid() : BackgroundColor.ToAndroid();