3 references to ItemSpacingProperty
Microsoft.Maui.Controls (2)
Items\LinearItemsLayout.cs (2)
40
get => (double)GetValue(
ItemSpacingProperty
);
41
set => SetValue(
ItemSpacingProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ItemsViewLayout.cs (1)
87
if (propertyChanged.IsOneOf(LinearItemsLayout.
ItemSpacingProperty
,