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