Gets or sets the value of the
System.Windows.Controls.ContentControl dependency property.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Content As System.Object |
| C# | |
|---|
public System.object Content {get; set;} |
Property Value
An object that contains the control's content. The default is null.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also