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