Skip to main content

GraphicsCache.SetActiveSkinInfo(UserLookAndFeel) Method

Copies the skin information from the LookAndFeel parameter into the GraphicsCache object.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void SetActiveSkinInfo(
    UserLookAndFeel lookAndFeel
)

Parameters

Name Type Description
lookAndFeel UserLookAndFeel

The object that contains the skin to be saved.

Remarks

The copied skin information becomes available from the GraphicsCache object.

See Also