pageBlockVerticalAlignmentTop property

PageBlockVerticalAlignmentTop? pageBlockVerticalAlignmentTop

The content must be top-aligned

Implementation

PageBlockVerticalAlignmentTop? get pageBlockVerticalAlignmentTop {
  if (this is PageBlockVerticalAlignmentTop) {
    return this as PageBlockVerticalAlignmentTop;
  }
  return null;
}