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)
476
HorizontalOptions = LayoutOptions.
Center
,
477
VerticalOptions = LayoutOptions.
Center
,
487
HorizontalOptions = LayoutOptions.
Center
,
488
VerticalOptions = LayoutOptions.
Center
,
Shell\BaseShellItem.cs (1)
376
new Setter { Property = Image.VerticalOptionsProperty, Value = LayoutOptions.
Center
}
TitleBar\TitleBar.cs (3)
409
VerticalOptions = LayoutOptions.
Center
,
433
VerticalOptions = LayoutOptions.
Center
,
486
VerticalOptions = LayoutOptions.
Center
,