topStart method

AzStack topStart()

Implementation

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