ThemeRegistrator.LoadThemesFromStream(Stream) Method
Loads themes from the specified stream.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v25.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | A System.IO.Stream object that contains themes. |
Returns
| Type | Description |
|---|---|
| IList<DevExpress.Diagram.Core.Themes.Theme> | A list of DevExpress.Diagram.Core.Themes.Theme objects retrieved from the stream.. |
See Also