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

DiagramEffectCollection(DiagramEffect[], DiagramEffect[], DiagramEffect[]) Constructor

Initializes a new instance of the DiagramEffectCollection class.

Namespace: DevExpress.Diagram.Core.Themes

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public DiagramEffectCollection(
    DiagramEffect[] variantEffects,
    DiagramEffect[] themeEffects,
    DiagramEffect[] connectorEffects
)

Parameters

Name Type Description
variantEffects DiagramEffect[]

A collection of Variant effects.

themeEffects DiagramEffect[]

A collection of Theme effects.

connectorEffects DiagramEffect[]

A collection of connector effects.

See Also