2 implementations of VerticalLayoutAlignment
Microsoft.Maui.Controls (2)
View\View.cs (1)
308
Primitives.LayoutAlignment IView.
VerticalLayoutAlignment
=> VerticalOptions.ToCore();
VisualElement\VisualElement.cs (1)
1974
Primitives.LayoutAlignment IView.
VerticalLayoutAlignment
=> default;
4 references to VerticalLayoutAlignment
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (1)
808
|| _grid.
VerticalLayoutAlignment
== LayoutAlignment.Fill);
Layouts\LayoutExtensions.cs (3)
58
if (view.
VerticalLayoutAlignment
== LayoutAlignment.Fill && !IsExplicitSet(view.Height))
111
var alignment = view.
VerticalLayoutAlignment
;
192
if (view.
VerticalLayoutAlignment
== LayoutAlignment.Fill)