TdxCustomLayoutLabeledItem.CaptionOptions Property
In This Article
Provides access to label layout item caption options.
#Declaration
Delphi
property CaptionOptions: TdxLayoutLabeledItemCustomCaptionOptions read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
The provided options allow you to specify the alignment and the width of a label layout item’s caption. Refer to the TdxLayoutLabeledItemCaptionOptions class description to learn more.
See Also