TdxCustomLayoutItemCaptionOptions.Layout Property
Determines where caption text appears within an item.
Declaration
property Layout: TdxCaptionLayout read; write;
Property Value
Type |
---|
TdxCaptionLayout |
Remarks
Set the Layout property to determine caption region position. Caption region position is determined based upon the control contained within an item. Available values for the Layout property include:
Value | Description | Example |
---|---|---|
clLeft | Caption text appears near the left side of the control contained within an item. | |
clTop | Caption text appears near the top of the control contained within an item. | |
clRight | Caption text appears near the right side of the control contained within an item. | |
clBottom | Caption text appears near the bottom side of the control contained within an item. |
See Also