Class ShiftEnterKeyTag
Specifies a tag to be used in the SfRichTextEditor component when the shift + enter Key is pressed.
Inheritance
System.Object
ShiftEnterKeyTag
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ShiftEnterKeyTag : Enum
Fields
BR
When the shift + enter key is pressed a new line break <br> tag will be inserted.
Declaration
public const ShiftEnterKeyTag BR
Field Value
Type |
---|
ShiftEnterKeyTag |
DIV
When the shift + enter key is pressed a new <div> tag will be inserted.
Declaration
public const ShiftEnterKeyTag DIV
Field Value
Type |
---|
ShiftEnterKeyTag |
P
When the shift + enter key is pressed a new <p> tag will be inserted.
Declaration
public const ShiftEnterKeyTag P
Field Value
Type |
---|
ShiftEnterKeyTag |