x property
The x
read-only property of the DOMRectReadOnly
interface
represents the x coordinate of the DOMRect
's origin.
Implementation
external double get x;
set
x
(num value)
Implementation
external set x(num value);