1 write to IsSquare
Microsoft.Maui (1)
Platform\iOS\UIPageControlExtensions.cs (1)
14
pageControl.
IsSquare
= !indicatorView.IsCircleShape();
2 references to IsSquare
Microsoft.Maui (2)
Platform\iOS\MauiPageControl.cs (2)
58
if (!
IsSquare
)
144
if (
IsSquare
&& !(OperatingSystem.IsIOSVersionAtLeast(14) || OperatingSystem.IsTvOSVersionAtLeast(14)))