TdxSplashFormBase.TCustomImage Properties
The base class for Image and Animation/Activity Indicator widgets used in Splash and Wait Forms.| Name | Description |
|---|---|
| Alignment | Specifies horizontal and vertical content alignment within the widget client area. Inherited from TdxSplashFormBase.TContentItem. |
| Bounds | Specifies Splash Form widget position and dimensions. Inherited from TdxSplashFormBase.TContentItem. |
| Color | Specifies widget background color (with transparency support). Inherited from TdxSplashFormBase.TContentItem. |
| Default | Specifies if the Splash Form widget is used as default. Inherited from TdxSplashFormBase.TContentItem. |
| Image | Provides access to the image container that stores a static image or custom GIF animation displayed by the widget. |
| Name | Specifies the Splash Form widget name. Inherited from TdxSplashFormBase.TContentItem. |
| Opacity | Specifies image opacity (as a percentage). |
| SizeMode | Specifies the active image size calculation mode. |
| Transparent | Specifies if the Splash Form widget background is transparent (invisible). Inherited from TdxSplashFormBase.TContentItem. |
See Also