1 write to Orientation
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorStackLayout.cs (1)
13
Orientation
= StackOrientation.Horizontal;
5 references to Orientation
Microsoft.Maui.Controls (5)
Layout\AndExpandLayoutManager.cs (1)
43
if (stackLayout.
Orientation
== StackOrientation.Vertical)
Layout\StackLayout.cs (2)
15
/// <summary>Bindable property for <see cref="
Orientation
"/>.</summary>
16
public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(
Orientation
), typeof(StackOrientation), typeof(StackLayout), StackOrientation.Vertical,
Layout\StackLayoutManager.cs (2)
27
if (_stackLayout.
Orientation
== StackOrientation.Vertical)
47
var orientation = stackLayout.
Orientation
;