[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.EditExtensions.InsertHardLineBreak

InsertHardLineBreak Method

InsertHardLineBreak(C1TextPointer)

Inserts a hard line break in the position.

Declaration
public static C1TextPointer InsertHardLineBreak(this C1TextPointer position)
Parameters
Type Name Description
C1TextPointer position

A C1TextPointer where to insert the hard line break.

Returns
Type Description
C1TextPointer

A position at the start of the new paragraph.

Remarks

A hard line break ends the current block and creates a new C1Paragraph.