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

ThemeRegistrator.ConvertThemesToXml(IDictionary, Stream) Method

Converts themes to XML and writes to the specified stream.

Namespace: DevExpress.Diagram.Core

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

Declaration

public static void ConvertThemesToXml(
    IDictionary resourceDictionary,
    Stream stream
)

Parameters

Name Type Description
resourceDictionary IDictionary

An object implementing the System.Collections.IDictionary interface that is the collection of DevExpress.Diagram.Core.Themes.Theme objects.

stream Stream

A System.IO.Stream object.

See Also