Skip to main content
A newer version of this page is available. .

DiagramConnector.Type Property

Gets or sets the connector’s type.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

[DefaultValue(typeof(ConnectorType), "RightAngle")]
[DiagramCategory(DiagramCategory.Layout)]
[CustomAction(typeof(ActionAffectsConnectorsRouting))]
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