Skip to main content

TdxSkinImageSet Enum

Enumerates available skin element draw modes for bitmap-based skins.

Declaration

TdxSkinImageSet = (
    imsDefault,
    imsOriginal,
    imsAlternate
);

Members

Name
imsDefault
imsOriginal
imsAlternate

Remarks

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 TdxSkinController.UseImageSet property and the dxSkinsUseImageSet global variable reference the TdxSkinImageSet type.

See Also