Class
SectionColumn

Represents a text column in a Section.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SectionColumn

Inheritance: objectSectionColumn

Constructors

SectionColumn()

Initializes a new instance of the SectionColumn class.

Declaration

cs-api-definition
public SectionColumn()

SectionColumn(double)

Initializes a new instance of the SectionColumn class.

Declaration

cs-api-definition
public SectionColumn(double width)

Parameters

width

double

The column width.

SectionColumn(double, double)

Initializes a new instance of the SectionColumn class.

Declaration

cs-api-definition
public SectionColumn(double width, double spacingAfter)

Parameters

width

double

The column width.

spacingAfter

double

The space after the column.

Properties

SpacingAfter

Gets or sets the space after the column.

Declaration

cs-api-definition
public double SpacingAfter { get; }

Property Value

double

The spacing after.

Width

Gets or sets the column width.

Declaration

cs-api-definition
public double Width { get; }

Property Value

double

The column width.