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

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

Syntax

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

See Also