3 references to LoopCount
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\CarouselViewController.cs (3)
592
var centerOffsetY = (
LoopCount
* contentHeight - boundsHeight) / 2;
625
var centerOffsetX = (
LoopCount
* contentWidth - boundsWidth) / 2;
677
int GetMinLoopCount() => Math.Min(
LoopCount
, GetItemsSourceCount());