TdxCaptionLayout Enum
Enumerates caption positions within a layout item.
Declaration
TdxCaptionLayout = (
clLeft,
clTop,
clRight,
clBottom
);
Members
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. |
Remarks
The following properties reference the TdxCaptionLayout type:
- TdxCustomLayoutItemCaptionOptions.Layout
- TdxCustomLayoutCheckableItemCaptionOptions.Layout
- TdxLayoutGroupCaptionOptions.Layout
- TdxLayoutItemCaptionOptions.Layout
- TdxLayoutLabeledItemViewInfo.CaptionLayout
- TcxGridLayoutItemCaptionOptions.Layout
- TcxGridRowLayoutItemCaptionOptions.Layout
See Also