2 references to ItemSpacingProperty
Microsoft.Maui.Controls (2)
Items\LinearItemsLayout.cs (2)
40
get => (double)GetValue(
ItemSpacingProperty
);
41
set => SetValue(
ItemSpacingProperty
, value);