Skip to main content
A newer version of this page is available. .

ThemeRegistrator.LoadThemesFromStream(Stream) Method

Loads themes from the specified stream.

Namespace: DevExpress.Diagram.Core

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

Declaration

public static IList<Theme> LoadThemesFromStream(
    Stream stream
)

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