ASPxClientRect.GetBottom Method
In This Article
Gets the Y-coordinate of the rectangle’s bottom edge.
#Declaration
TypeScript
GetBottom(): number
#Returns
Type | Description |
---|---|
number | The Y-coordinate of the rectangle’s bottom edge. |
See Also