7 references to SnapPointsAlignment
Microsoft.Maui.Controls (7)
Items\CarouselView.cs (1)
229 SnapPointsAlignment = SnapPointsAlignment.Center
Items\ItemsLayout.cs (4)
17 BindableProperty.Create(nameof(SnapPointsAlignment), typeof(SnapPointsAlignment), typeof(ItemsLayout), 18 SnapPointsAlignment.Start); 21 public SnapPointsAlignment SnapPointsAlignment 23 get => (SnapPointsAlignment)GetValue(SnapPointsAlignmentProperty);
Items\LinearItemsLayout.cs (2)
23 SnapPointsAlignment = SnapPointsAlignment.Center 29 SnapPointsAlignment = SnapPointsAlignment.Center