up method

AzColumn up()

Implementation

AzColumn up(){
  _verticalDirection = VerticalDirection.up;
  return this;
}