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