7 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,