pageBlockHorizontalAlignmentCenter property
The content must be center-aligned
Implementation
PageBlockHorizontalAlignmentCenter? get pageBlockHorizontalAlignmentCenter {
if (this is PageBlockHorizontalAlignmentCenter) {
return this as PageBlockHorizontalAlignmentCenter;
}
return null;
}