5 references to Center
Microsoft.Maui (4)
Layouts\LayoutExtensions.cs (4)
81
alignment = LayoutAlignment.
Center
;
97
case LayoutAlignment.
Center
:
118
alignment = LayoutAlignment.
Center
;
128
case LayoutAlignment.
Center
:
Microsoft.Maui.Controls (1)
LayoutOptions.cs (1)
67
return Primitives.LayoutAlignment.
Center
;