2 references to VerticalItemSpacingProperty
Microsoft.Maui.Controls (2)
Items\GridItemsLayout.cs (2)
39
get => (double)GetValue(
VerticalItemSpacingProperty
);
40
set => SetValue(
VerticalItemSpacingProperty
, value);