Skip to main content

DiagramConnector(ConnectorType) Constructor

Initializes a new instance of the DiagramConnector class with the specified settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramConnector(
    ConnectorType connectorType
)

Parameters

Name Type Description
connectorType ConnectorType

The connector type. This value is used to initialize the DiagramConnector.Type property.

See Also