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

ThemeRegistrator.RegisterTheme(DiagramTheme) Method

Registers the specified theme.

Namespace: DevExpress.Diagram.Core

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

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