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