In This Topic
The following tables list the members exposed by Band.
Public Properties
| Name | Description |
 | Bounds | Gets a System.Drawing.Rectangle that represents the size and location of the band within the parent C1Sizer control. |
 | Index | Gets the index of the Band in the owner collection. |
 | IsFixedSize | Determines whether the Band should retain its size when the control is resized. |
 | IsSplitter | Determines whether the band acts like a splitter (can be resized with the mouse at run time). |
 | Size | Gets or sets the size of this Band object. |
Top
Protected Properties
| Name | Description |
 | Position | Gets or sets the position of the Band within the C1Sizer grid. |
 | SizePercent | Gets or sets the size of the band as a percentage of the grid's width or height. |
Top
Protected Methods
| Name | Description |
 | SetSize | Sets the size of the band and optionally adjusts the other bands so the collection fills the control. |
Top
See Also