Icon TContentAlignment

Unit: WebUI

TContentAlignment = (caLeft,caCenter,caRight)

Available In: Client Applications

The TContentAlignment enumerated type is used to specify the horizontal alignment of content in UI elements and controls.

ElementDescription
caCenterSpecifies that the content will be centered.
caLeftSpecifies that the content will be left-justified.
caRightSpecifies that the content will be right-justified.
Image