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