Gets or sets the value of the wrapped ContentControl Content property.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public Object Content { get; set; }
Visual Basic
Public Property Content As Object
	Get
	Set
XAML Content Element Usage
<object>
  <Object .../>
</object>

See Also