Add Connection Point To Shape
Contents
[
Hide
]
Add Connection Point To a Shape in Visio
This topic elaborates how developers can add connection point to a visio shape using Aspose.Diagram for .NET.
Add Connection Point
The Connections object represents the connection collection in the Shape class.
The code below shows how to:
- Load a sample diagram.
- get a particular page.
- get a particular shape.
- new a connection
- set the property of connection
- add connection to shape
- save diagram
Add connection point to shape Programming Sample
Use the following code in your .NET application to add connection to a shape using Aspose.Diagram for .NET.