enum sap.ui.commons.layout.HAlign

Visiblity: public
Available since: N/A
Module: sap/ui/commons/library
Application Component: CA-UI5-CTR

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.


Properties Overview

Node Description
sap.ui.commons.layout.HAlign.Begin

Aligned towards the beginning of a line, in the current locale's writing direction.

sap.ui.commons.layout.HAlign.Center

Horizontally centered.

sap.ui.commons.layout.HAlign.End

Aligned towards the end of a line, in the current locale's writing direction.

sap.ui.commons.layout.HAlign.Left

Left aligned, regardless of the current locale's writing direction.

sap.ui.commons.layout.HAlign.Right

Right aligned, regardless of the current locale's writing direction.