3 references to BackgroundColor
Microsoft.Maui.Controls (3)
SwipeView\SwipeItem.cs (3)
11 /// <summary>Bindable property for <see cref="BackgroundColor"/>.</summary> 12 public static readonly BindableProperty BackgroundColorProperty = BindableProperty.Create(nameof(BackgroundColor), typeof(Color), typeof(SwipeItem), null); 33 Paint ISwipeItemMenuItem.Background => new SolidPaint(BackgroundColor);