Skip to main content

TdxCustomLayoutLabeledItem.CaptionOptions Property

Provides access to label layout item caption options.

Declaration

property CaptionOptions: TdxLayoutLabeledItemCustomCaptionOptions read; write;

Property Value

Type
TdxLayoutLabeledItemCustomCaptionOptions

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