2 references to ItemsLayoutProperty
Microsoft.Maui.Controls (2)
Items\CarouselView.cs (2)
196
get => (LinearItemsLayout)GetValue(
ItemsLayoutProperty
);
197
set => SetValue(
ItemsLayoutProperty
, value);