Skip to main content

ThemeRegistrator.RegisterTheme(DiagramTheme) Method

Registers the specified theme.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v26.1.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