Back to Devexpress

Theme.ClearPaletteThemeCache() Method

wpf-devexpress-dot-xpf-dot-core-dot-theme-13aef229.md

latest1.2 KB
Original Source

Theme.ClearPaletteThemeCache() Method

Removes the directory specified in the PaletteThemeCacheDirectory property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static void ClearPaletteThemeCache()
vb
Public Shared Sub ClearPaletteThemeCache

Remarks

Use the ClearPaletteThemeCache method to remove the cache directory which is specified in the Theme.PaletteThemeCacheDirectory property.

See Also

CachePaletteThemes

PaletteThemeCacheDirectory

Theme Class

Theme Members

DevExpress.Xpf.Core Namespace