Gets the current TextBlock.

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

Syntax

C#
public TextBlock TextBlock {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	internal set;
 }
Visual Basic
Public Property TextBlock As TextBlock
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Friend Set

See Also