Enum
SectionColumnsLayout

Provides enumeration for the built-in text columns layouts in a Section.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum SectionColumnsLayout

Fields

Left

Two text columns where the left one is smaller than the right one.

Declaration

cs-api-definition
Left = 3

Field Value

SectionColumnsLayout

One

One text column.

Declaration

cs-api-definition
One = 0

Field Value

SectionColumnsLayout

Right

Two text columns where the right one is smaller than the left one.

Declaration

cs-api-definition
Right = 4

Field Value

SectionColumnsLayout

Three

Three equal text columns.

Declaration

cs-api-definition
Three = 2

Field Value

SectionColumnsLayout

Two

Two equal text columns.

Declaration

cs-api-definition
Two = 1

Field Value

SectionColumnsLayout

In this article
DefinitionFieldsLeftOneRightThreeTwo
Not finding the help you need?
Contact Support