pageBlockVerticalAlignmentTop property
The content must be top-aligned
Implementation
PageBlockVerticalAlignmentTop? get pageBlockVerticalAlignmentTop {
  if (this is PageBlockVerticalAlignmentTop) {
    return this as PageBlockVerticalAlignmentTop;
  }
  return null;
}