1 implementation of Background
Microsoft.Maui.Controls (1)
SwipeView\SwipeItem.cs (1)
33 Paint ISwipeItemMenuItem.Background => new SolidPaint(BackgroundColor);
1 reference to Background
Microsoft.Maui (1)
Platform\SwipeViewExtensions.cs (1)
12 Color? backgroundColor = swipeItemMenuItem.Background?.ToColor();