11 references to Center
Microsoft.Maui.Controls (11)
IndicatorView\IndicatorStackLayout.cs (2)
140
VerticalOptions = LayoutOptions.
Center
,
141
HorizontalOptions = LayoutOptions.
Center
,
LayoutOptionsConverter.cs (1)
37
return LayoutOptions.
Center
;
RadioButton\RadioButton.cs (4)
484
HorizontalOptions = LayoutOptions.
Center
,
485
VerticalOptions = LayoutOptions.
Center
,
495
HorizontalOptions = LayoutOptions.
Center
,
496
VerticalOptions = LayoutOptions.
Center
,
Shell\BaseShellItem.cs (1)
376
new Setter { Property = Image.VerticalOptionsProperty, Value = LayoutOptions.
Center
}
TitleBar\TitleBar.cs (3)
399
VerticalOptions = LayoutOptions.
Center
,
423
VerticalOptions = LayoutOptions.
Center
,
476
VerticalOptions = LayoutOptions.
Center
,