New to Telerik UI for WinFormsStart a free 30-day trial

Represents a text column in a Section.

Definition

Namespace:Telerik.WinForms.Documents.Model

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class SectionColumn

Inheritance: objectSectionColumn

Constructors

Initializes a new instance of the SectionColumn class.

C#
public SectionColumn()

Initializes a new instance of the SectionColumn class.

C#
public SectionColumn(double width, double spacingAfter)
Parameters:widthdouble

The column width.

spacingAfterdouble

The space after the column.

Initializes a new instance of the SectionColumn class.

C#
public SectionColumn(double width)
Parameters:widthdouble

The column width.

Properties

Gets or sets the space after the column.

C#
public double SpacingAfter { get; }
Property Value:

The spacing after.

Gets or sets the column width.

C#
public double Width { get; }
Property Value:

The column width.