[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.ReturnMode

ReturnMode Enum

Defines the way in which C1RichTextBox handles the return key.

Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.dll
Syntax
public enum ReturnMode

Fields

Name Description
Default

The Return key inserts soft line breaks if shift is held, and hard line breaks otherwise.

HardLineBreak

The Return key inserts hard line breaks.

SoftLineBreak

The Return key inserts soft line breaks.