2 references to ItemSpacingProperty
Microsoft.Maui.Controls (2)
Platform\Windows\CollectionView\ItemContentControl.cs (2)
125
get => (Thickness)GetValue(
ItemSpacingProperty
);
126
set => SetValue(
ItemSpacingProperty
, value);