Back to Devexpress

DiagramTheme Constructors

corelibraries-devexpress-dot-diagram-dot-core-dot-diagramtheme-dot-ctor.md

latest1.3 KB
Original Source

DiagramTheme Constructors

Represents a diagram theme.

NameParametersDescription
DiagramTheme(String, Func<String>, DiagramColorPalette, DiagramEffectCollection, DiagramFontSettings)themeId, getThemeName, colorPalette, effectCollection, fontSettingsObsolete. Initializes a new instance of the DiagramTheme class.
DiagramTheme(String, String, DiagramColorPalette, DiagramEffectCollection, DiagramFontSettings, DiagramFontSettings)themeId, themeName, colorPalette, effectCollection, fontSettings, containerFontSettingsInitializes a new instance of the DiagramTheme class.

See Also

DiagramTheme Class

DiagramTheme Members

DevExpress.Diagram.Core Namespace