Gets or sets the UIElement or text that the BookPage displays. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Object Content { get; set; }
Visual Basic
Public Property Content As Object
	Get
	Set
Visual C++
public:
property Object^ Content {
	Object^ get ();
	void set (Object^ value);
}

See Also