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
3 references to SnapPointsAlignment
Microsoft.Maui.Controls (2)
Items\ItemsLayout.cs (2)
15
/// <summary>Bindable property for <see cref="
SnapPointsAlignment
"/>.</summary>
17
BindableProperty.Create(nameof(
SnapPointsAlignment
), typeof(SnapPointsAlignment), typeof(ItemsLayout),
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ItemsViewLayout.cs (1)
274
var alignment = _itemsLayout.
SnapPointsAlignment
;