Inserts a soft line break in the position.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.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.Phone.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.