Skip to main content

DiagramTheme.ConnectorStyles Property

Gets the collection of connector styles.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public ReadOnlyCollection<DiagramItemStyle> ConnectorStyles { get; }

Property Value

Type Description
ReadOnlyCollection<DiagramItemStyle>

A collection of DiagramItemStyle objects.

See Also