ThemeRegistrator.GetTheme(String) Method
In This Article
Gets the diagram theme corresponding to the specified theme id.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
public static DiagramTheme GetTheme(
string themeId
)
#Parameters
Name | Type | Description |
---|---|---|
theme |
String | A theme id. |
#Returns
Type | Description |
---|---|
Diagram |
A Diagram |
See Also