Enum SectionColumnsLayout
Provides enumeration for the built-in text columns layouts in a Section.
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum SectionColumnsLayout
Left
Two text columns where the left one is smaller than the right one.
One
One text column.
Right
Two text columns where the right one is smaller than the left one.
Three
Three equal text columns.
Two
Two equal text columns.