topEnd method

AzStack topEnd()

Implementation

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