Summary
Gets or sets the content to be displayed by the presenter.
- Namespace
- Avalonia
.Controls .Presenters - Containing Type
- ContentPresenter
Syntax
[DependsOn(nameof(ContentTemplate))]
public object Content { get; set; }
Attributes
Type | Description |
---|---|
DependsOnAttribute | Indicates that the property depends on the value of another property in markup. |
Value
Type | Description |
---|---|
object |