[]
Represents a row in the Sizer grid.
public class Row : Band
Name | Description |
---|---|
Position | Gets or sets the position of the Row within the C1Sizer grid. |
Size | Gets or sets the height of the Row in pixels. |
SizePercent | Gets or sets the height of the Row as a percentage of the grid's height. |
Name | Description |
---|---|
SetSize(int, bool) | Gets or sets the size of the Row as a percentage of the grid's height. |
ToString() | Returns a string representation of the Row object. |