Provides enumeration for the built-in text columns layouts in a Section.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public enum SectionColumnsLayout
Fields
Two text columns where the left one is smaller than the right one.
C#
Left = 3
One text column.
C#
One = 0
Two text columns where the right one is smaller than the left one.
C#
Right = 4
Three equal text columns.
C#
Three = 2
Two equal text columns.
C#
Two = 1