TdxCaptionLayout Enum
In This Article
Enumerates caption positions within a layout item.
#Declaration
Delphi
TdxCaptionLayout = (
clLeft,
clTop,
clRight,
clBottom
);
#Members
Name | Description | Example |
---|---|---|
cl
|
The item displays its caption at the left border. |
|
cl
|
The item displays its caption at the top border. |
|
cl
|
The item displays its caption at the right border. |
|
cl
|
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