Class SectionColumn
Represents a text column in a Section.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SectionColumn : Object
Constructors
SectionColumn()
SectionColumn(Double)
Initializes a new instance of the Section
Declaration
public SectionColumn(double width)
Parameters
System. The column width. |
SectionColumn(Double, Double)
Initializes a new instance of the Section
Declaration
public SectionColumn(double width, double spacingAfter)
Parameters
System. The column width. |
System. The space after the column. |
Properties
SpacingAfter
Gets or sets the space after the column.
Declaration
public double SpacingAfter { get; }
Property Value
System. The spacing after. |
Width
Gets or sets the column width.
Declaration
public double Width { get; }
Property Value
System. The column width. |