Back to Devexpress

ThemeRegistrator Methods

corelibraries-devexpress-dot-diagram-dot-core-dot-themeregistrator-dot-underscore-methods.md

latest4.1 KB
Original Source

ThemeRegistrator Methods

Provides methods that are used to manage the collection of diagram themes.

NameDescription
ConvertThemesToXml(IDictionary, Stream) staticConverts themes to XML and writes to the specified stream.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetTheme(String) staticGets the diagram theme corresponding to the specified theme id.
GetType()Gets the Type of the current instance. Inherited from Object.
LoadThemesFromStream(Stream) staticLoads themes from the specified stream.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RegisterTheme(DiagramTheme) staticRegisters the specified theme.
RegisterThemes(IEnumerable<Theme>, Func<String, String>) staticRegisters the specified themes.
RegisterThemes(IDictionary, Func<String, String>) staticRegisters the specified themes.
RegisterThemes(Stream, Func<String, String>) staticRegisters the specified themes.
ToString()Returns a string that represents the current object. Inherited from Object.
UnregisterTheme(DiagramTheme) staticUnregisters the specified theme.

See Also

ThemeRegistrator Class

ThemeRegistrator Members

DevExpress.Diagram.Core Namespace