Content Property
Gets or sets the content to display.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[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