ContentControlContent Property
Gets or sets the content to display.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[ContentAttribute]
[DependsOnAttribute("ContentTemplate")]
public Object? Content { get; set; }
<ContentAttribute>
<DependsOnAttribute("ContentTemplate")>
Public Property Content As Object
Get
Set
[<ContentAttribute>]
[<DependsOnAttribute("ContentTemplate")>]
abstract Content : Object with get, set
[<ContentAttribute>]
[<DependsOnAttribute("ContentTemplate")>]
override Content : Object with get, set
Property Value
Object