New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.Layout

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public enum FormattingSymbols

Fields

Represents column break formatting symbol.

C#
ColumnBreak = 12

Represents em space (U+2003) formatting symbol.

C#
EmSpace = 8

Represents en space (U+2002) formatting symbol.

C#
EnSpace = 7

Represents paragraph end formatting symbol.

C#
Enter = 2

Represents four-per-em space (U+2005) formatting symbol.

C#
FourPerEmSpace = 9

Represents ideographic space (U+3000) formatting symbol.

C#
IdeographicSpace = 11

Represents line break formatting symbol.

C#
LineBreak = 5

Represents non-breaking space formatting symbol.

C#
NonBreakingSpace = 1

Represents page break formatting symbol.

C#
PageBreak = 6

Represents space formatting symbol.

C#
Space = 0

Represents tab formatting symbol.

C#
Tab = 3

Represents vertical tab formatting symbol.

C#
VerticalTab = 4

Represents zero width space (U+200B) formatting symbol.

C#
ZeroWidthSpace = 10