DiagramConnector.Type Property
In This Article
Gets or sets the connector’s type.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[CustomAction(typeof(ActionAffectsConnectorsRouting))]
[DefaultValue(typeof(ConnectorType), "RightAngle")]
[DiagramCategory(DiagramCategory.Layout)]
public virtual ConnectorType Type { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Connector |
"Right |
The connector’s type. |
#Remarks
The following connector types are available:
- RightAngle - A right-angle connector.
- Straight - A straight line.
- Curved - A curved lne.
The DiagramConnector.Points property specifies intermediate turn points for a connector.
See Also