Class SectionColumnCollection
Represents a collection of Section
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SectionColumnCollection : IEnumerable<SectionColumn>, IEnumerable
Constructors
SectionColumnCollection()
Initializes a new instance of the Section
Declaration
public SectionColumnCollection()
SectionColumnCollection(IEnumerable<SectionColumn>, Boolean)
Initializes a new instance of the Section
The given collection of Section
Declaration
public SectionColumnCollection(IEnumerable<SectionColumn> sectionColumns, bool hasSeparator = false)
Parameters
System. The section columns. |
System. If set to |
SectionColumnCollection(Int32)
Initializes a new instance of the Section
Declaration
public SectionColumnCollection(int equalColumnsCount)
Parameters
System. The number of equally sized columns. |
SectionColumnCollection(Int32, Double, Boolean)
Initializes a new instance of the Section
Declaration
public SectionColumnCollection(int equalColumnsCount, double columnSpacing = 48, bool hasSeparator = false)
Parameters
System. The number of equally sized columns. |
System. The spacing between the equally sized columns. The default value is 48 DIPs. |
System. If set to |
Methods
GetEnumerator()
Gets the enumerator.
Declaration
public IEnumerator<SectionColumn> GetEnumerator()
Returns
System.
|
Implements
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.
|