Enum sap.ui.commons.layout.HAlignModule: sap/ui/commons/library
Horizontal alignment, e.g. of a layout cell's content within the cell's borders. Note that some values depend on the current locale's writing direction while others do not.
Field Summary
sap.ui.commons.layout.HAlign.BeginAligned towards the beginning of a line, in the current locale's writing direction.
sap.ui.commons.layout.HAlign.CenterHorizontally centered.
sap.ui.commons.layout.HAlign.EndAligned towards the end of a line, in the current locale's writing direction.
sap.ui.commons.layout.HAlign.LeftLeft aligned, regardless of the current locale's writing direction.
sap.ui.commons.layout.HAlign.RightRight aligned, regardless of the current locale's writing direction.
Field Detail
sap.ui.commons.layout.HAlign.Begin: string
Aligned towards the beginning of a line, in the current locale's writing direction.
sap.ui.commons.layout.HAlign.End: string
Aligned towards the end of a line, in the current locale's writing direction.