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
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.
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