Skip to main content
All docs
V24.1

TdxVisualRefinements.UseEnabledSkinPaletteForSVG Property

Specifies if UI elements apply the active vector skin palette to enabled state glyphs at the application level.

Declaration

class property UseEnabledSkinPaletteForSVG: Boolean read; write;

Property Value

Type Description
Boolean
  • If True (default), UI elements apply the active skin palette to their SVG glyphs.
  • If False, UI elements use only the colors defined in SVG icons.

Remarks

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.

Global Palette and SVG Glyph Interaction Settings

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.

Affected Settings

The UseEnabledSkinPaletteForSVG property value affects:

Limitations

The UseSkinPaletteForDisabled property has no effect on enabled state glyphs when one of the following conditions is met:

Default Value

The UseEnabledSkinPaletteForSVG property’s default value is True.

See Also