3 references to IsSwipeEnabledProperty
Microsoft.Maui.Controls (3)
Handlers\Items\CarouselViewHandler.cs (1)
20 [Controls.CarouselView.IsSwipeEnabledProperty.PropertyName] = MapIsSwipeEnabled,
Items\CarouselView.cs (2)
80 get { return (bool)GetValue(IsSwipeEnabledProperty); } 81 set { SetValue(IsSwipeEnabledProperty, value); }