The x-coordinate of the left edge of the rectangle. Alias for left.
T get x => left;
Sets the x-coordinate of the left edge of the rectangle. Alias for setting left.
set x(x) => left = x;