Class SectionColumnsLayout
Provides enumeration for the built-in text columns layouts in a Section.
Inheritance
System.Object
SectionColumnsLayout
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class SectionColumnsLayout : Enum
Fields
Left
Two text columns where the left one is smaller than the right one.
Declaration
public const SectionColumnsLayout Left
Field Value
One
Right
Two text columns where the right one is smaller than the left one.
Declaration
public const SectionColumnsLayout Right
Field Value
Three
Three equal text columns.
Declaration
public const SectionColumnsLayout Three
Field Value
Two
Two equal text columns.
Declaration
public const SectionColumnsLayout Two
Field Value
value__
Declaration
public int value__
Field Value
System.
|