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.PdfViewerAssembly: C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)
Syntax
| C# |
|---|
public Object Content { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] internal set; } |
| Visual Basic |
|---|
Public Property Content As Object <CompilerGeneratedAttribute> _ Get <CompilerGeneratedAttribute> _ Friend Set |