Contains the grid position.
|
|
int | row |
| | First grid row from which the object should start.
|
| |
|
int | col |
| | First grid column from which the object should start.
|
| |
|
int | rowSpan |
| | Grid row span. Number of rows that the object is allowed to take.
|
| |
|
int | colSpan |
| | Grid column span. Number of columns that the object is allowed to take.
|
| |