ThemeRegistrator.GetTheme(String) Method
Gets the diagram theme corresponding to the specified theme id.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v25.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
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