top : number
The y coordinate of the top of the Rectangle. Changing the top property of a Rectangle object has no effect on the x and width properties.
However it does affect the height property, whereas changing the y value does not affect the height property.
- Source code: geom/Rectangle.js (Line 677)
Please login to continue.