Implemented interface member:
property
Content
Microsoft.Maui.IContentView.Content
4 references to Content
Microsoft.Maui.Controls (4)
RadioButton\RadioButton.cs (4)
55 /// <summary>Bindable property for <see cref="Content"/>.</summary> 57 BindableProperty.Create(nameof(Content), typeof(object), typeof(RadioButton), null); 629 var content = Content; 653 IView IContentView.PresentedContent => ((this as IControlTemplated).TemplateRoot as IView) ?? (Content as IView);