Enum sap.ui.core.VerticalAlignModule: sap/ui/core/library
Configuration options for vertical alignments, for example of a layout cell content within the borders.
Field Summary
sap.ui.core.VerticalAlign.BottomContent is aligned at the bottom.
sap.ui.core.VerticalAlign.InheritContent respect the parent's vertical alignment.
sap.ui.core.VerticalAlign.MiddleContent is centered vertically .
sap.ui.core.VerticalAlign.TopContent is aligned at the top.
Field Detail