DiagramEffectCollection.ConnectorEffects Property
Provides access to the collection of effects that can be applied to connectors.
Namespace: DevExpress.Diagram.Core.Themes
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
public ReadOnlyCollection<DiagramEffect> ConnectorEffects { get; }
#Property Value
Type | Description |
---|---|
Read |
A read-only collection of effects. |