TdxCustomLayoutItemCaptionOptions.Layout Property
In This Article
Determines where caption text appears within an item.
#Declaration
Delphi
property Layout: TdxCaptionLayout read; write;
#Property Value
Type |
---|
Tdx |
#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 |
---|---|---|
cl |
Caption text appears near the left side of the control contained within an item. | ![]() |
cl |
Caption text appears near the top of the control contained within an item. | ![]() |
cl |
Caption text appears near the right side of the control contained within an item. | ![]() |
cl |
Caption text appears near the bottom side of the control contained within an item. | ![]() |
See Also