TdxSkinImageSet Type
Enumerates available skin element draw modes for bitmap-based skins.
#Declaration
Delphi
TdxSkinImageSet = cxLookAndFeels.TdxSkinImageSet;
#Referenced Class
Type |
---|
Tdx |
#Remarks
Options include:
Value | Description |
---|---|
ims |
The skin element draw mode depends on the application settings and software environment. The skin engine creates linear gradients from a skin element’s Alternate settings in low-color modes and on terminal systems. |
ims |
The skin engine uses a bitmap to draw a skin element. The element’s Image settings affect the result. |
ims |
The skin engine calculates a simple linear gradient to draw a skin element. The element’s Alternate settings determine the gradient colors and direction. You can preview and edit gradient settings at the Additional tab of the Element editor pane in the Skin Editor. |
#Direct TdxSkinImageSet Type References
The following public API members reference the TdxSkinImageSet
type:
- TdxCustomLookAndFeelController.UseImageSet
- Specifies the active image draw mode for the skinning engine.
- dxSkinsUseImageSet
See Also