TdxLayoutSeparatorItemCaptionOptions.AlignVert Property
Specifies the vertical alignment of caption text within a layout separator item‘s caption area.
Declaration
property AlignVert; default tavBottom;
Property Value
Type | Default | Description |
---|---|---|
TdxAlignmentVert | tavBottom | A vertical caption text alignment of a vertically oriented layout separator item. |
Remarks
Options include:
Value | Example |
---|---|
tavTop | |
tavCenter | |
tavBottom |
Note
The AlignVert property has no effect on horizontally oriented separator items.
The AlignVert property’s default value is tavBottom.
See Also