Skip to main content
A newer version of this page is available.
All docs
V18.2

GraphicsCache.ActiveSvgPaletteName Property

Returns the name of an active skin palette.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

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

Property Value

Type Description
String

A String value that is the active palette’s name.

See Also