2 references to SnapPointsTypeProperty
Microsoft.Maui.Controls (2)
Items\ItemsLayout.cs (2)
35 get => (SnapPointsType)GetValue(SnapPointsTypeProperty); 36 set => SetValue(SnapPointsTypeProperty, value);