DiagramControl.ChangeSelectedConnectorsType(ConnectorType) Method
In This Article
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 | Connector |
A Connector |
#Remarks
Set the ChangeSelectedConnectorsType 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