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