3 references to SolidPaint
Microsoft.Maui (2)
Animations\AnimationLerpingExtensions.cs (1)
62 return new SolidPaint(color.Lerp(endColor, progress));
Platform\iOS\StrokeExtensions.cs (1)
139 mauiCALayer.SetBackground(new SolidPaint(Colors.Transparent));
Microsoft.Maui.Controls (1)
SwipeView\SwipeItem.cs (1)
33 Paint ISwipeItemMenuItem.Background => new SolidPaint(BackgroundColor);