SectionColumn Constructors
An individual column in the layout.| Name | Parameters | Description |
|---|---|---|
| SectionColumn() | none | Initializes a new instance of the SectionColumn class with the default settings. |
| SectionColumn(Single, Single) | width, spacing | Initializes a new instance of the SectionColumn class with the specified width and spacing. |
See Also