5 references to Orientation
Microsoft.Maui.Controls (5)
LegacyLayouts\StackLayout.cs (5)
13
/// <summary>Bindable property for <see cref="
Orientation
"/>.</summary>
14
public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(
Orientation
), typeof(StackOrientation), typeof(StackLayout), StackOrientation.Vertical,
60
StackOrientation orientation =
Orientation
;
131
StackOrientation orientation =
Orientation
;
361
if (
Orientation
== StackOrientation.Horizontal)