Gets the previous sibling of this element, or null if this is the first child.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)
Syntax
| C# |
|---|
public C1TextElement PreviousSibling { get; internal set; } |
| Visual Basic |
|---|
Public Property PreviousSibling As C1TextElement Get Friend Set |