10 references to Vertical
Microsoft.Maui.Controls (10)
Layout\AndExpandLayoutManager.cs (1)
43 if (stackLayout.Orientation == StackOrientation.Vertical)
Layout\StackLayout.cs (2)
16 public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(Orientation), typeof(StackOrientation), typeof(StackLayout), StackOrientation.Vertical, 20 /// Gets or sets the value which indicates the direction which child elements are positioned. Default value is <see cref="StackOrientation.Vertical"/>.
Layout\StackLayoutManager.cs (2)
27 if (_stackLayout.Orientation == StackOrientation.Vertical) 57 if (orientation == StackOrientation.Vertical && view.VerticalOptions.Expands)
LegacyLayouts\StackLayout.cs (5)
14 public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(Orientation), typeof(StackOrientation), typeof(StackLayout), StackOrientation.Vertical, 112 if (orientation == StackOrientation.Vertical) 154 if (orientation == StackOrientation.Vertical) 292 if (orientation == StackOrientation.Vertical) 415 if (orientation == StackOrientation.Vertical)