height method

AzPositioned height(
  1. double double
)

Implementation

AzPositioned height(double double){
  _height = double;
  return this;
}