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

GraphicsCache.SetActiveSkinInfo(UserLookAndFeel) Method

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
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