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

SkinManager.RegisterSkin(SkinCreator) Method

Registers the specified skin stored as a BLOB for runtime use.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void RegisterSkin(
    SkinCreator creator
)

Parameters

Name Type Description
creator DevExpress.Skins.SkinCreator

An object that provides information on the target BLOB skin.

Remarks

See this topic for the information on how to register skins stored as BLOBs: BLOB Skins.

See Also