GraphicsCache.SetActiveSkinInfo(String, String) Method
Specifies the active skin and palette.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v25.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetActiveSkinInfo(
string activeSkinName,
string activeSvgPaletteName = ""
)
Parameters
| Name | Type | Description |
|---|---|---|
| activeSkinName | String | The name of a current skin. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| activeSvgPaletteName | String | String.Empty | The name of a current skin palette. |
See Also