pageBlockHorizontalAlignmentLeft property
The content must be left-aligned
Implementation
PageBlockHorizontalAlignmentLeft? get pageBlockHorizontalAlignmentLeft {
if (this is PageBlockHorizontalAlignmentLeft) {
return this as PageBlockHorizontalAlignmentLeft;
}
return null;
}