Back to Devexpress

ThemeRegistrator.GetTheme(String) Method

corelibraries-devexpress-dot-diagram-dot-core-dot-themeregistrator-dot-gettheme-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

ThemeRegistrator.GetTheme(String) Method

Gets the diagram theme corresponding to the specified theme id.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public static DiagramTheme GetTheme(
    string themeId
)
vb
Public Shared Function GetTheme(
    themeId As String
) As DiagramTheme

Parameters

NameTypeDescription
themeIdString

A theme id.

|

Returns

TypeDescription
DiagramTheme

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

|

See Also

ThemeRegistrator Class

ThemeRegistrator Members

DevExpress.Diagram.Core Namespace