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