Content Property
Gets or sets the content to be displayed by the presenter.
Definition
Namespace: Avalonia.Controls.Presenters
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[DependsOnAttribute("ContentTemplate")]
public Object? Content { get; set; }
<DependsOnAttribute("ContentTemplate")>
Public Property Content As Object
Get
Set
[<DependsOnAttribute("ContentTemplate")>]
member Content : Object with get, set
Property Value
ObjectSee Also
Reference
ContentPresenter Class
Avalonia.Controls.Presenters Namespace