3 references to LoopCount
Microsoft.Maui.Controls (3)
Handlers\Items\iOS\CarouselViewController.cs (3)
796
var centerOffsetY = (
LoopCount
* contentHeight - boundsHeight) / 2;
831
var centerOffsetX = (
LoopCount
* contentWidth - boundsWidth) / 2;
885
int GetMinLoopCount() => Math.Min(
LoopCount
, GetItemsSourceCount());