Inserts a soft line break in the position.

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

Syntax

C#
public static C1TextPointer InsertSoftLineBreak(
	this C1TextPointer position
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function InsertSoftLineBreak ( _
	position As C1TextPointer _
) As C1TextPointer

Parameters

position
Type: C1.Silverlight.RichTextBox.Documents..::..C1TextPointer
A C1TextPointer where to insert the soft line break.

Return Value

A position after the inserted soft line break.

Remarks

A soft line break is an end of line character.

See Also