Gets the content.

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; }
Visual Basic
Public ReadOnly Property Content As Object
	Get
Visual C++
public:
property Object^ Content {
	Object^ get ();
}

See Also