4 references to VerticalOptionsProperty
Microsoft.Maui.Controls (4)
RadioButton\RadioButton.cs (1)
458
border.SetBinding(
VerticalOptionsProperty
, static (RadioButton rb) => rb.VerticalOptions, source: RelativeBindingSource.TemplatedParent);
Shell\BaseShellItem.cs (1)
376
new Setter { Property = Image.
VerticalOptionsProperty
, Value = LayoutOptions.Center }
View\View.cs (2)
252
get { return (LayoutOptions)GetValue(
VerticalOptionsProperty
); }
253
set { SetValue(
VerticalOptionsProperty
, value); }