Skip to main content

ThemeRegistrator.ConvertThemesToXml(IDictionary, Stream) Method

Converts themes to XML and writes to the specified stream.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

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