TdxCustomSmartImage Properties
The base class for all classes that implement DevExpress image containers.| Name | Description |
|---|---|
| ActiveFrame | Specifies the zero-based index of the stored image’s frame currently displayed by the Smart Image container. |
| Animation | Specifies if the animation playback of the stored animated GIF image is enabled. |
| AnimationFrameCount | Returns the number of frames within the stored image. |
| AnimationFrameDelay | Specifies the frame delay (in milliseconds). |
| AnimationLoop | Specifies the animation sequence playback mode for the stored animated image. |
| AnimationLoopCount | Returns the number of the stored image’s animation playback loops in the multiple-run animation mode. |
| AnimationLoopIndex | Specifies the number of animation sequence runs played by the Smart Image container. |
| ClientRect | Returns the rectangle corresponding to the stored image’s dimensions. |
| Empty | Inherited from TGraphic. |
| HandleAllocated | Identifies if the Smart Image container has a handle associated with the stored image data. |
| Height | Inherited from TGraphic. |
| ImageCodec | Specifies the active image format codec. |
| ImageDataFormat | Specifies the deprecated format ID of the stored image. Use the ImageCodec property instead. |
| IsAlphaUsed | Identifies whether the stored image is transparent. |
| Modified | Inherited from TGraphic. |
| Palette | Inherited from TGraphic. |
| PaletteModified | Inherited from TGraphic. |
| ScaledDrawer | Inherited from TGraphic. |
| Size | Returns the stored image’s dimensions, in pixels. |
| SupportsPartialTransparency | Inherited from TGraphic. |
| Transparent | Inherited from TGraphic. |
| Width | Inherited from TGraphic. |
See Also