2 references to SpanProperty
Microsoft.Maui.Controls (2)
Items\GridItemsLayout.cs (2)
15
get => (int)GetValue(
SpanProperty
);
16
set => SetValue(
SpanProperty
, value);