3 references to CurrentItemProperty
Microsoft.Maui.Controls (3)
Handlers\Items\CarouselViewHandler.cs (1)
24
[Controls.CarouselView.
CurrentItemProperty
.PropertyName] = MapCurrentItem
Items\CarouselView.cs (2)
111
get => GetValue(
CurrentItemProperty
);
112
set => SetValue(
CurrentItemProperty
, value);