TdxCustomLayoutItemCaptionOptions.VisibleElements Property
Specifies which caption elements are visible.
Declaration
property VisibleElements: TdxLayoutItemCaptionVisibleElements read; write; default [cveImage, cveText];
Property Value
Type |
---|
TdxLayoutItemCaptionVisibleElements |
Remarks
A layout element shows the caption only if at least one caption element is visible. Refer to the TdxLayoutItemCaptionVisibleElements type description for detailed information on available options.
Note
The VisibleElements property is in effect only if the following conditions are met:
The Text, Glyph, or ImageIndex property is specified.
The Visible property is set to True.
The VisibleElements property’s default value is [cveImage,cveText].
See Also