Skip to main content

ThemeRegistrator.RegisterTheme(DiagramTheme) Method

Registers the specified theme.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public static void RegisterTheme(
    DiagramTheme theme
)

Parameters

Name Type Description
theme DiagramTheme

A diagram theme to register.

Remarks

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

See Also