4 references to Horizontal
Microsoft.Maui.Controls (4)
Items\CarouselView.cs (1)
226 ItemsLayout = new LinearItemsLayout(ItemsLayoutOrientation.Horizontal)
Items\ItemsLayoutTypeConverter.cs (1)
37 orientation = ItemsLayoutOrientation.Horizontal;
Items\LinearItemsLayout.cs (2)
17 public static readonly IItemsLayout Horizontal = new LinearItemsLayout(ItemsLayoutOrientation.Horizontal); 26 internal static readonly LinearItemsLayout CarouselDefault = new LinearItemsLayout(ItemsLayoutOrientation.Horizontal)