System.Classes.TTopBottom
Delphi
TTopBottom = TVerticalAlignment.taAlignTop..TVerticalAlignment.taAlignBottom;
C++
typedef TVerticalAlignment TTopBottom;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum typedef |
public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
TTopBottom is a subset of TVerticalAlignment that allows top or bottom alignment.
TTopBottom is a subset of the TVerticalAlignment type that allows top or bottom alignment, but no vertical center alignment. The following table lists the possible values.
Value | Meaning |
---|---|
taAlignTop |
Text is aligned to the top edge of the control. |
taAlignBottom |
Text is aligned to the bottom edge of the control. |