ASPxClientControlCoordinates.x Property
In This Article
Gets the point’s X-coordinate, in pixels.
#Declaration
TypeScript
x: number
#Property Value
Type | Description |
---|---|
number | The X-coordinate (in pixels). |
#Remarks
Use the x and ASPxClientControlCoordinates.y properties, to obtain the screen coordinates of a point on the client-side.
See Also