vcl-cxlookandfeels-dot-tdxvisualrefinements-e59b87cd.md
Specifies if UI elements apply the active vector skin palette to enabled state glyphs at the application level.
class property UseEnabledSkinPaletteForSVG: Boolean read; write;
| Type | Description |
|---|---|
| Boolean | True Default. UI elements apply the active skin palette to their SVG glyphs.FalseUI elements use only the colors defined in SVG icons. |
All SVG icons shipped with the DevExpress Icon Library include the following CSS style names that define corresponding SVG element colors: Red, Green, Blue, Yellow, Black, and White. DevExpress controls can use these CSS style names to apply the active vector skin palette to SVG glyphs to maintain contrast.
Refer to the following topic for detailed information on how to adapt third-party SVG icons for interaction with DevExpress skin palettes: Third-Party SVG Icon Adaptation for DevExpress Skins and Palettes.
UseEnabledSkinPaletteForSVG and UseDisabledSkinPaletteForSVG properties define SVG glyph and skin palette interaction settings application-wide. Corresponding image list and glyph settings have priority over these global settings.
The UseEnabledSkinPaletteForSVG property value affects:
The UseSkinPaletteForDisabled property has no effect on enabled state glyphs when one of the following conditions is met:
Glyph property and the Glyph.UseEnabledSkinPaletteForSVG property is set to bTrue or bFalse.The UseEnabledSkinPaletteForSVG property’s default value is True.
See Also