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

DiagramTheme Constructors

Represents a diagram theme.
Name Parameters Description
DiagramTheme(String, Func<String>, DiagramColorPalette, DiagramEffectCollection, DiagramFontSettings) themeId, getThemeName, colorPalette, effectCollection, fontSettings Obsolete. Initializes a new instance of the DiagramTheme class.
DiagramTheme(String, String, DiagramColorPalette, DiagramEffectCollection, DiagramFontSettings, DiagramFontSettings) themeId, themeName, colorPalette, effectCollection, fontSettings, containerFontSettings Initializes a new instance of the DiagramTheme class.
See Also