ContentPresenter.

Content Property

Summary

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

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