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(
	bool splitEdges
)
Visual Basic
Public Function Split ( _
	splitEdges As Boolean _
) As C1TextPointer

Parameters

splitEdges
Type: System..::..Boolean
Indicates whether the element should be split when the position is at the start or end of the element.

Return Value

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

See Also