3 writes to SnapPointsAlignment
Microsoft.Maui.Controls (3)
Items\CarouselView.cs (1)
229 SnapPointsAlignment = SnapPointsAlignment.Center
Items\LinearItemsLayout.cs (2)
23 SnapPointsAlignment = SnapPointsAlignment.Center 29 SnapPointsAlignment = SnapPointsAlignment.Center
8 references to SnapPointsAlignment
Microsoft.Maui.Controls (8)
Handlers\Items\iOS\ItemsViewLayout.cs (1)
312 var alignment = _itemsLayout.SnapPointsAlignment;
Handlers\Items2\CollectionViewHandler2.iOS.cs (1)
206 if (args.PropertyName == nameof(ItemsLayout.SnapPointsAlignment) ||
Handlers\Items2\iOS\LayoutFactory2.cs (4)
199 new LayoutSnapInfo { SnapType = linearItemsLayout.SnapPointsType, SnapAligment = linearItemsLayout.SnapPointsAlignment }, 215 new LayoutSnapInfo { SnapType = linearItemsLayout.SnapPointsType, SnapAligment = linearItemsLayout.SnapPointsAlignment }, 230 new LayoutSnapInfo { SnapType = gridItemsLayout.SnapPointsType, SnapAligment = gridItemsLayout.SnapPointsAlignment }, 249 new LayoutSnapInfo { SnapType = gridItemsLayout.SnapPointsType, SnapAligment = gridItemsLayout.SnapPointsAlignment },
Items\ItemsLayout.cs (2)
15 /// <summary>Bindable property for <see cref="SnapPointsAlignment"/>.</summary> 17 BindableProperty.Create(nameof(SnapPointsAlignment), typeof(SnapPointsAlignment), typeof(ItemsLayout),