Skip to main content

DiagramConnector.Type Property

Gets or sets the connector’s type.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.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
ConnectorType "RightAngle"

The connector’s type.

Remarks

The following connector types are available:

  • RightAngle - A right-angle connector.
  • Straight - A straight line.
  • Curved - A curved lne.

Diagram - ConnectorTypes.png

The DiagramConnector.Points property specifies intermediate turn points for a connector.

See Also