|
| bottom |
Gets or sets the bottom coordinate of the rectangle by modifying the height.
If the new value is less than top, the rectangle is normalized by adjusting
top and making height positive.
|
| height |
Gets or sets the height of the rectangle. If set to a negative value,
the rectangle is normalized by adjusting top and making height positive.
|
| left |
Gets or sets the left coordinate of the rectangle without modifying the width.
|
| right |
Gets or sets the right coordinate of the rectangle by modifying the width.
If the new value is less than left, the rectangle is normalized by adjusting
left and making width positive.
|
| top |
Gets or sets the top coordinate of the rectangle without modifying the height.
|
| width |
Gets or sets the width of the rectangle. If set to a negative value,
the rectangle is normalized by adjusting left and making width positive.
|
| x |
Gets or sets the left coordinate of the rectangle without modifying the width.
|
| y |
Gets or sets the top coordinate of the rectangle without modifying the height.
|