Skip to main content

ThemeRegistrator.UnregisterTheme(DiagramTheme) Method

Unregisters the specified theme.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

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