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

ThemeRegistrator.UnregisterTheme(DiagramTheme) Method

Unregisters the specified theme.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

public static void UnregisterTheme(
    DiagramTheme theme
)

Parameters

Name Type Description
theme DiagramTheme

A diagram theme to unregister.

Remarks

The ThemeRegistrator.Themes property returns the collection of available themes.

See Also