3 references to Horizontal
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorStackLayout.cs (1)
13
Orientation = StackOrientation.
Horizontal
;
Layout\StackLayoutManager.cs (1)
62
if (orientation == StackOrientation.
Horizontal
&& view.HorizontalOptions.Expands)
LegacyLayouts\StackLayout.cs (1)
361
if (Orientation == StackOrientation.
Horizontal
)