3 references to IsBounceEnabledProperty
Microsoft.Maui.Controls (3)
Handlers\Items\CarouselViewHandler.cs (1)
22
[Controls.CarouselView.
IsBounceEnabledProperty
.PropertyName] = MapIsBounceEnabled,
Items\CarouselView.cs (2)
69
get { return (bool)GetValue(
IsBounceEnabledProperty
); }
70
set { SetValue(
IsBounceEnabledProperty
, value); }