TdxImageSliderPreviewOptions.ThumbnailCaptionAlignment Property
Specifies the horizontal alignment of thumbnail captions relative to thumbnail images.
Declaration
property ThumbnailCaptionAlignment: TAlignment read; write; default taCenter;
Property Value
Type | Default |
---|---|
TAlignment | taCenter |
Remarks
A thumbnail caption is a string representation of a thumbnail image’s index within an image collection being previewed. Captions are always displayed under their corresponding thumbnail images and are horizontally aligned as specified by the ThumbnailCaptionAlignment property.
The default value of the ThumbnailCaptionAlignment property is taCenter.
See Also