Gets the content that will be shown in the page UIElement. Typically a UIElement itself, or to be used as Content of a ContentControl.

Namespace:  C1.Silverlight.PdfViewer
Assembly:  C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)

Syntax

C#
public Object Content { get; internal set; }
Visual Basic
Public Property Content As Object
	Get
	Friend Set

See Also