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
sap.ui.core.VerticalAlign.Bottom: string

Content is aligned at the bottom.

sap.ui.core.VerticalAlign.Inherit: string

Content respect the parent's vertical alignment.

sap.ui.core.VerticalAlign.Middle: string

Content is centered vertically .

sap.ui.core.VerticalAlign.Top: string

Content is aligned at the top.