ContentPresenterContent Property

Gets or sets the content to be displayed by the presenter.

Definition

Namespace: Avalonia.Controls.Presenters
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[DependsOnAttribute("ContentTemplate")]
public Object? Content { get; set; }

Property Value

Object

See Also