Splits this position's C1TextElement at its offset into two elements of the same type with the same style properties.

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

Syntax

C#
public C1TextPointer Split()
Visual Basic
Public Function Split As C1TextPointer

Return Value

Returns the position in the parent element between this element and the new element.

See Also