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)
482
HorizontalOptions = LayoutOptions.
Center
,
483
VerticalOptions = LayoutOptions.
Center
,
493
HorizontalOptions = LayoutOptions.
Center
,
494
VerticalOptions = LayoutOptions.
Center
,
Shell\BaseShellItem.cs (1)
376
new Setter { Property = Image.VerticalOptionsProperty, Value = LayoutOptions.
Center
}
TitleBar\TitleBar.cs (3)
395
VerticalOptions = LayoutOptions.
Center
,
419
VerticalOptions = LayoutOptions.
Center
,
472
VerticalOptions = LayoutOptions.
Center
,