ClassSectionColumn
Class
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
The column width.
SectionColumn(double, double)
Initializes a new instance of the SectionColumn class.
Properties
SpacingAfter
Gets or sets the space after the column.
Declaration
cs-api-definition
public double SpacingAfter { get; }
Property Value
The spacing after.