TdxAlignmentVert Enum
In This Article
Enumerates vertical alignments.
#Declaration
Delphi
TdxAlignmentVert = (
tavTop,
tavCenter,
tavBottom
);
#Members
Name | Description | Example |
---|---|---|
tav
|
Caption text is aligned to the top of an item. |
|
tav
|
Caption text is vertically centered within an item. |
|
tav
|
Caption text is aligned to the bottom of an item. |
#Remarks
A layout item’s CaptionOptions.AlignVert property references the TdxAlignmentVert type.
See Also