GraphicsCache.SetActiveSkinInfo(UserLookAndFeel) Method
Copies the skin information from the LookAndFeel parameter into the GraphicsCache object.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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