TdxCustomLayoutItemCaptionOptions.VisibleElements Property
In This Article
Specifies which caption elements are visible.
#Declaration
Delphi
property VisibleElements: TdxLayoutItemCaptionVisibleElements read; write; default [cveImage, cveText];
#Property Value
Type |
---|
Tdx |
#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 Visible
The Text, Glyph, or Image
Index property is specified.The Visible property is set to True.
The VisibleElements property’s default value is [cveImage,cveText].
See Also