ConnectionPointPlace Enumeration |
Specifies the location on the shape where connector will be connected.
Namespace:
Aspose.Diagram.Manipulation
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ConnectionPointPlace
Public Enumeration ConnectionPointPlace
public enum class ConnectionPointPlace
type ConnectionPointPlace
Members
| Member name | Value | Description |
---|
| Top | 0 |
Top of the shape.
|
| Bottom | 1 |
Bottom of the shape.
|
| Left | 2 |
Left of the shape.
|
| Right | 3 |
Right of the shape.
|
| Center | 4 |
Center of the shape.
|
See Also