bottomCenter method

AzStack bottomCenter()

Implementation

AzStack bottomCenter(){
  _alignment = AlignmentDirectional.bottomCenter;
  return this;
}