Skip to main content
A newer version of this page is available. .

GraphicsCache.SetActiveSkinInfo(String, String) Method

Specifies the GraphicsCache GraphicsCache.ActiveSkinName and GraphicsCache.ActiveSvgPaletteName properties.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public void SetActiveSkinInfo(
    string activeSkinName,
    string activeSvgPaletteName = ""
)

Parameters

Name Type Description
activeSkinName String

The GraphicsCache.ActiveSkinName property value.

Optional Parameters

Name Type Default Description
activeSvgPaletteName String String.Empty

The GraphicsCache.ActiveSvgPaletteName property value.

Remarks

The copied skin name and palette becomes available through the GraphicsCache.ActiveSkinName and GraphicsCache.ActiveSvgPaletteName properties.

See Also