RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / EditExtensions Class / InsertSoftLineBreak Method
A C1.WPF.RichTextBox.Documents.C1TextPointer where to insert the soft line break.

In This Topic
    InsertSoftLineBreak Method (EditExtensions)
    In This Topic
    Inserts a soft line break in the position.
    Syntax
    '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.
    Remarks
    A soft line break is an end of line character.
    See Also