vcl-dxskinscore-5882f950.md
Enumerates available skin element draw modes for bitmap-based skins.
TdxSkinImageSet = cxLookAndFeels.TdxSkinImageSet;
| Type |
|---|
| TdxSkinImageSet |
Options include:
| Value | Description |
|---|---|
imsDefault | The skin element draw mode depends on the application settings and software environment. The skin engine creates linear gradients from a skin element’s AlternateImage~ settings in low-color modes and on terminal systems. |
imsOriginal | The skin engine uses a bitmap to draw a skin element. The element’s Image settings affect the result. |
imsAlternate | The skin engine calculates a simple linear gradient to draw a skin element. The element’s AlternateImage~ 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. |
The following public API members reference the TdxSkinImageSet type:
TdxCustomLookAndFeelController.UseImageSetSpecifies the active image draw mode for the skinning engine.dxSkinsUseImageSet See Also