2 instantiations of GridItemsLayout
Microsoft.Maui.Controls (2)
Items\ItemsLayoutTypeConverter.cs (2)
44
return new
GridItemsLayout
(orientation.Value);
49
return new
GridItemsLayout
(span, orientation.Value);
4 references to GridItemsLayout
Microsoft.Maui.Controls (4)
Items\GridItemsLayout.cs (3)
9
BindableProperty.Create(nameof(Span), typeof(int), typeof(
GridItemsLayout
), 1,
33
BindableProperty.Create(nameof(VerticalItemSpacing), typeof(double), typeof(
GridItemsLayout
), default(double),
45
BindableProperty.Create(nameof(HorizontalItemSpacing), typeof(double), typeof(
GridItemsLayout
), default(double),
Items\ItemsLayoutTypeConverter.cs (1)
62
if (value is
GridItemsLayout
gil)