Skip to main content

ThemeRegistrator.GetTheme(String) Method

Gets the diagram theme corresponding to the specified theme id.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public static DiagramTheme GetTheme(
    string themeId
)

Parameters

Name Type Description
themeId String

A theme id.

Returns

Type Description
DiagramTheme

A DiagramTheme object that represents the theme corresponding to the specified theme id.

See Also