Back to Devexpress

DiagramEffectCollection.ConnectorEffects Property

corelibraries-devexpress-dot-diagram-dot-core-dot-themes-dot-diagrameffectcollection-257530c5.md

latest1.4 KB
Original Source

DiagramEffectCollection.ConnectorEffects Property

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

Namespace : DevExpress.Diagram.Core.Themes

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public ReadOnlyCollection<DiagramEffect> ConnectorEffects { get; }
vb
Public ReadOnly Property ConnectorEffects As ReadOnlyCollection(Of DiagramEffect)

Property Value

TypeDescription
ReadOnlyCollection<DiagramEffect>

A read-only collection of effects.

|

See Also

DiagramEffectCollection Class

DiagramEffectCollection Members

DevExpress.Diagram.Core.Themes Namespace