isVertical method

bool isVertical()

Implementation

bool isVertical() {
  return !isHorizontal();
}