vcl-dxlayoutcontainer-4f499e4b.md
Enumerates caption positions within a layout item.
TdxCaptionLayout = (
clLeft,
clTop,
clRight,
clBottom
);
| Name | Description | Example |
|---|---|---|
clLeft |
The item displays its caption at the left border.
|
|
| clTop |
The item displays its caption at the top border.
|
|
| clRight |
The item displays its caption at the right border.
|
|
| clBottom |
The item displays its caption at the bottom border.
|
|
The following properties reference the TdxCaptionLayout type:
See Also