py method

Implementation

AzContainer py(double y){
  _paddingTop = y;
  _paddingBottom = y;
  return this;
}