Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomImageSlider.MultiFrameImage Property

Specifies a multi-frame image whose frames are to be displayed in the slider control.

#Declaration

Delphi
property MultiFrameImage: TdxSmartGlyph read; write;

#Property Value

Type Description
TdxSmartGlyph

The Smart Image container with a multi-frame image.

#Remarks

With MultiFrameImage and Images properties, you can provide images for display in the slider control. The MultiFrameImage property has priority over the Images property – if both the properties are specified, the slider control displays the images provided by the MultiFrameImage property.

Use the GoToNextImage, GoToPrevImage, and GoToImage methods, and the ItemIndex property to programmatically slide images. To specify how the images are scaled to fit the slider control, use the ImageFitMode property.

See Also