DiagramTheme(String, String, DiagramColorPalette, DiagramEffectCollection, DiagramFontSettings, DiagramFontSettings) Constructor
In This Article
Initializes a new instance of the DiagramTheme class.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
public DiagramTheme(
string themeId,
string themeName,
DiagramColorPalette colorPalette,
DiagramEffectCollection effectCollection,
DiagramFontSettings fontSettings,
DiagramFontSettings containerFontSettings = null
)
#Parameters
Name | Type | Description |
---|---|---|
theme |
String | A String value identifying the theme. |
theme |
String | A String value representing the name of the theme. |
color |
Diagram |
A Diagram |
effect |
Diagram |
A Diagram |
font |
DevExpress. |
A DevExpress. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
container |
DevExpress. |
null | A DevExpress. |
See Also