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.Documents.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
SectionColumnsLayout
|
One
Right
Two text columns where the right one is smaller than the left one.
Declaration
public const SectionColumnsLayout Right
Field Value
SectionColumnsLayout
|
Three
Three equal text columns.
Declaration
public const SectionColumnsLayout Three
Field Value
SectionColumnsLayout
|
Two
Two equal text columns.
Declaration
public const SectionColumnsLayout Two
Field Value
SectionColumnsLayout
|
value__
Declaration
public int value__
Field Value
System.Int32
|