2 overrides of IsHorizontal
Microsoft.Maui.Controls (2)
Handlers\Items2\iOS\CarouselViewController2.cs (1)
110 protected override bool IsHorizontal => ItemsView?.ItemsLayout?.Orientation == ItemsLayoutOrientation.Horizontal;
Handlers\Items2\iOS\StructuredItemsViewController2.cs (1)
49 protected override bool IsHorizontal => (ItemsView?.ItemsLayout as ItemsLayout)?.Orientation == ItemsLayoutOrientation.Horizontal;