ThemeRegistrator.ConvertThemesToXml(IDictionary, Stream) Method
Converts themes to XML and writes to the specified stream.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
Declaration
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