3 references to SpanProperty
Microsoft.Maui.Controls (2)
Items\GridItemsLayout.cs (2)
15 get => (int)GetValue(SpanProperty); 16 set => SetValue(SpanProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\GridViewLayout.cs (1)
21 if (propertyChanged.IsOneOf(GridItemsLayout.SpanProperty, GridItemsLayout.HorizontalItemSpacingProperty,