py property

void py=(double padding)

Implementation

set py(double padding) {
  top = padding;
  bottom = padding;
}