Gets the previous sibling of this element, or null if this is the first child.

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

Syntax

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

See Also