The x-axis distance from the left bound.
int get left => _wrapped.left;
set left(int v) { _wrapped.left = v; }