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

DiagramEffectCollection.ConnectorEffects Property

Provides access to the collection of effects that can be applied to connectors.

Namespace: DevExpress.Diagram.Core.Themes

Assembly: DevExpress.Diagram.v19.1.Core.dll

Declaration

public ReadOnlyCollection<DiagramEffect> ConnectorEffects { get; }

Property Value

Type Description
ReadOnlyCollection<DevExpress.Diagram.Core.Themes.DiagramEffect>

A read-only collection of effects.

See Also