2 references to SnapPointsAlignmentProperty
Microsoft.Maui.Controls (2)
Items\ItemsLayout.cs (2)
23 get => (SnapPointsAlignment)GetValue(SnapPointsAlignmentProperty); 24 set => SetValue(SnapPointsAlignmentProperty, value);