ThemeRegistrator.UnregisterTheme(DiagramTheme) Method
Unregisters the specified theme.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v25.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| theme | DiagramTheme | A diagram theme to unregister. |
Remarks
The ThemeRegistrator.Themes property returns the collection of available themes.
See Also