Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TVerticalAlignment

Vertical alignment type

Declaration

Source position: classesh.inc line 94

type TVerticalAlignment = (

  taAlignTop,

  

Align vertically to the top

  taAlignBottom,

  

Align vertically to the bottom

  taVerticalCenter

  

Align vertically centered.

);

Description

TVerticalAlignment can be used to specity a vertical alignment. It is not used in the classes unit, and is provided for symmetry with TAlignment. It can have the following values:

taAlignTop
Align vertically to the top
taAlignBottom
Align vertically to the bottom
taVerticalCenter
Align vertically centered.

See also

TAlignment

  

Type to specify text alignment in controls that display text.


Documentation generated on: Sep 29 2022