bottom method

AzPositioned bottom(
  1. double double
)

Implementation

AzPositioned bottom(double double){
  _bottom = double;
  return this;
}