enum sap.m.TitleAlignment

Control sample: sap.m.TitleAlignment
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Declares the type of title alignment for some controls


Properties Overview

Node Description
sap.m.TitleAlignment.Auto

The default type (if specified in the theme)

sap.m.TitleAlignment.Center

Explicitly sets the alignment to the center

sap.m.TitleAlignment.None

Disables an automatic title alignment depending on theme Mostly used in sap.m.Bar

sap.m.TitleAlignment.Start

Explicitly sets the alignment to the start (left or right depending on LTR/RTL)