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

DiagramTheme.ConnectorStyles Property

Gets the collection of connector styles.

Namespace: DevExpress.Diagram.Core

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

Declaration

public ReadOnlyCollection<DiagramItemStyle> ConnectorStyles { get; }

Property Value

Type Description
ReadOnlyCollection<DiagramItemStyle>

A collection of DiagramItemStyle objects.

See Also