Skip to main content
All docs
V25.2
  • ConnectorShapeType Enum

    Lists available connector shape types.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum ConnectorShapeType

    Members

    Name Description Image
    Line

    A straight connector.

    DevExpress Presentation API - Connector Type - Line

    Elbow

    An elbow connector.

    DevExpress Presentation API - Connector Type - Elbow

    ElbowWithHandle

    An elbow connector with one handle.

    DevExpress Presentation API - Connector Type - Elbow with 1 Handle

    ElbowWith2Handles

    An elbow connector with two handles.

    DevExpress Presentation API - Connector Type - Elbow with 2 Handles

    ElbowWith3Handles

    An elbow connector with three handles.

    DevExpress Presentation API - Connector Type - Elbow with 3 Handles

    Curved

    A curved connector.

    DevExpress Presentation API - Connector Type - Curved

    CurvedWithHandle

    A curved connector with one handle.

    DevExpress Presentation API - Connector Type - Curved with 1 Handle

    CurvedWith2Handles

    A curved connector with two handles.

    DevExpress Presentation API - Connector Type - Curved with 2 Handles

    CurvedWith3Handles

    A curved connector with three handles.

    DevExpress Presentation API - Connector Type - Curved with 3 Handles

    Related API Members

    The following properties accept/return ConnectorShapeType values:

    See Also