Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DiagramControl.ChangeSelectedConnectorsType(ConnectorType) Method

Specifies the connector type for the currently selected connectors.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v24.2.dll

NuGet Package: DevExpress.Wpf.Diagram

#Declaration

public void ChangeSelectedConnectorsType(
    ConnectorType type
)

#Parameters

Name Type Description
type ConnectorType

A ConnectorType class member that specifies the type of the connectors.

#Remarks

Set the ChangeSelectedConnectorsType property to either of the following values.

ConnectorType member Description
Straight Represents a straight connector.
RightAngle Represents a right angle connector.
Curved Represents a curved connector.
RegisteredTypes Stores a collection of custom connectors.
Create() Creates a new connector type.
See Also