TdxImageSliderPreviewOptions Class
In This Article
Contains settings for an image slider control‘s preview panel.
#Declaration
Delphi
TdxImageSliderPreviewOptions = class(
TcxOwnedPersistent
)
#Remarks
Use the properties provided by this class to customize the look & feel of the preview panel and its thumbnails, including the panel’s display position and size, the arrangement of thumbnail images, the alignment of thumbnail captions, etc.
A TdxImageSliderPreviewOptions object is referenced by an image slider control’s PreviewOptions property.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxImageSliderPreviewOptions
See Also