3 references to Vertical
Microsoft.Maui.Controls (3)
Items\ItemsLayoutTypeConverter.cs (1)
32 orientation = ItemsLayoutOrientation.Vertical;
Items\LinearItemsLayout.cs (2)
15 public static readonly IItemsLayout Vertical = new LinearItemsLayout(ItemsLayoutOrientation.Vertical); 20 public static readonly IItemsLayout CarouselVertical = new LinearItemsLayout(ItemsLayoutOrientation.Vertical)