DiagramControl.ChangeConnectorsType(ConnectorType, IEnumerable<DiagramConnector>) Method
In This Article
Changes the type of the specified connectors.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public void ChangeConnectorsType(
ConnectorType type,
IEnumerable<DiagramConnector> connectors
)
#Parameters
Name | Type | Description |
---|---|---|
type | Connector |
A Connector |
connectors | IEnumerable<Diagram |
A collection of diagram connectors. |
#Remarks
Set the ChangeConnectorsType property to either of the following values.
Connector |
Description |
---|---|
Straight | Represents a straight connector. |
Right |
Represents a right angle connector. |
Curved | Represents a curved connector. |
Registered |
Stores a collection of custom connectors. |
Create() | Creates a new connector type. |
See Also