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

DiagramConnector(ConnectorType) Constructor

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

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