'Declaration
Public Shared Function InsertHardLineBreak( _ ByVal position As C1TextPointer _ ) As C1TextPointer
public static C1TextPointer InsertHardLineBreak( C1TextPointer position )
Parameters
- position
- A C1.WPF.RichTextBox.Documents.C1TextPointer where to insert the hard line break.
Return Value
A position at the start of the new paragraph.