Skip to main content

UserLookAndFeel.ActiveSvgPaletteName Property

Returns the name of the currently applied swatch.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v23.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public virtual string ActiveSvgPaletteName { get; }

Property Value

Type Description
String

A String value that is the swatch name.

Remarks

You can apply color presets, aka swatches, by calling the UserLookAndFeel.SetSkinStyle method.

defaultLookAndFeel1.LookAndFeel.SetSkinStyle(SkinSvgPalette.Bezier.NorwegianWood);

The ActiveSvgPaletteName member returns the human-friendly swatch name with space between separate words. For the code above, the returned string is “Norwegian Wood”.

See Also