10 references to SnapPointsType
Microsoft.Maui.Controls (7)
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,
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\ItemsViewLayout.cs (3)
266 var snapPointsType = _itemsLayout.SnapPointsType; 268 if (snapPointsType == SnapPointsType.None) 276 if (snapPointsType == SnapPointsType.MandatorySingle)