ConnectorShapeType Enum
Lists available connector shape types.
Namespace: DevExpress.Docs.Presentation
Assembly:
DevExpress.Docs.Presentation.v26.1.dll
Declaration
public enum ConnectorShapeType
Public Enum ConnectorShapeType
Members
| Name |
Description |
Image |
Line
|
A straight connector.
|

|
Elbow
|
An elbow connector.
|

|
ElbowWithHandle
|
An elbow connector with one handle.
|

|
ElbowWith2Handles
|
An elbow connector with two handles.
|

|
ElbowWith3Handles
|
An elbow connector with three handles.
|

|
Curved
|
A curved connector.
|

|
CurvedWithHandle
|
A curved connector with one handle.
|

|
CurvedWith2Handles
|
A curved connector with two handles.
|

|
CurvedWith3Handles
|
A curved connector with three handles.
|

|
Related API Members
The following properties accept/return ConnectorShapeType values:
See Also