'Declaration
Public Shared Function InsertSoftLineBreak( _ ByVal position As C1TextPointer _ ) As C1TextPointer
public static C1TextPointer InsertSoftLineBreak( C1TextPointer position )
Parameters
- position
- A C1.WPF.RichTextBox.Documents.C1TextPointer where to insert the soft line break.
Return Value
A position after the inserted soft line break.