3 references to SwipeItem
Microsoft.Maui.Controls (3)
Hosting\AppHostBuilderExtensions.cs (1)
108
handlersCollection.AddHandler<
SwipeItem
, SwipeItemMenuItemHandler>();
SwipeView\SwipeItem.cs (2)
12
public static readonly BindableProperty BackgroundColorProperty = BindableProperty.Create(nameof(BackgroundColor), typeof(Color), typeof(
SwipeItem
), null);
15
public static readonly BindableProperty IsVisibleProperty = BindableProperty.Create(nameof(IsVisible), typeof(bool), typeof(
SwipeItem
), true);