14 references to SnapPointsType
Microsoft.Maui.Controls (14)
Handlers\Items\iOS\ItemsViewLayout.cs (3)
304 var snapPointsType = _itemsLayout.SnapPointsType; 306 if (snapPointsType == SnapPointsType.None) 314 if (snapPointsType == SnapPointsType.MandatorySingle)
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
32 public SnapPointsType SnapType { get; set; }
Handlers\Items2\iOS\LayoutFactory2.cs (3)
273 var snapPointsType = _snapInfo.SnapType; 276 if (snapPointsType == SnapPointsType.None) 282 if (snapPointsType == SnapPointsType.MandatorySingle)
Items\CarouselView.cs (1)
228 SnapPointsType = SnapPointsType.MandatorySingle,
Items\ItemsLayout.cs (4)
29 BindableProperty.Create(nameof(SnapPointsType), typeof(SnapPointsType), typeof(ItemsLayout), 30 SnapPointsType.None); 33 public SnapPointsType SnapPointsType 35 get => (SnapPointsType)GetValue(SnapPointsTypeProperty);
Items\LinearItemsLayout.cs (2)
22 SnapPointsType = SnapPointsType.MandatorySingle, 28 SnapPointsType = SnapPointsType.MandatorySingle,