Gets the innermost view that is associated with the same C1TextElement as this view.

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

Syntax

C#
public C1TextElementView Content { get; protected set; }
Visual Basic
Public Property Content As C1TextElementView
	Get
	Protected Set

See Also