TdxCustomImageSlider.MultiFrameImage Property
Specifies a multi-frame image whose frames are to be displayed in the slider control.
Declaration
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