How To Control the Number Of Connections That Can Be Drawn From / To the Port
29 Feb 2016 / 1 minute to read
This can be done using the port’s ConnectionsLimit property. ConnectionsLimit specifies the number of connections to be allowed. Default value is 10.
Syncfusion.Windows.Forms.Diagram.ConnectionPoint cp = new Syncfusion.Windows.Forms.Diagram.ConnectionPoint();
cp.ConnectionsLimit = 12;
Dim cp As New Syncfusion.Windows.Forms.Diagram.ConnectionPoint()
cp.ConnectionsLimit = 12
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page