ContentControlContent Property

Gets or sets the content to display.

Definition

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

Property Value

Object

See Also