ThemeRegistrator.LoadThemesFromStream(Stream) Method
Loads themes from the specified stream.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
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