Back to Devexpress

TdxSkinImageSet Type

vcl-dxskinscore-5882f950.md

latest1.5 KB
Original Source

TdxSkinImageSet Type

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

Declaration

delphi
TdxSkinImageSet = cxLookAndFeels.TdxSkinImageSet;

Referenced Class

Type
TdxSkinImageSet

Remarks

Options include:

ValueDescription
imsDefaultThe 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.
imsOriginalThe skin engine uses a bitmap to draw a skin element. The element’s Image settings affect the result.
imsAlternateThe 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.

Direct TdxSkinImageSet Type References

The following public API members reference the TdxSkinImageSet type:

TdxCustomLookAndFeelController.UseImageSetSpecifies the active image draw mode for the skinning engine.dxSkinsUseImageSet See Also

dxSkinsCore Unit