topCenter method

AzStack topCenter()

Implementation

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