2 references to IsScrollAnimatedProperty
Microsoft.Maui.Controls (2)
Items\CarouselView.cs (2)
91
get { return (bool)GetValue(
IsScrollAnimatedProperty
); }
92
set { SetValue(
IsScrollAnimatedProperty
, value); }