1 write to Span
Microsoft.Maui.Controls (1)
Items\GridItemsLayout.cs (1)
28
Span
= span;
3 references to Span
Microsoft.Maui.Controls (3)
Items\GridItemsLayout.cs (2)
7
/// <summary>Bindable property for <see cref="
Span
"/>.</summary>
9
BindableProperty.Create(nameof(
Span
), typeof(int), typeof(GridItemsLayout), 1,
Items\ItemsLayoutTypeConverter.cs (1)
63
return $"{gil.Orientation}Grid,{gil.
Span
}";