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