Articles in this section
Category / Section

How can I move/place the nodes outside the diagram model bounds?

1 min read

 

How can I move/place the nodes outside the diagram model bounds?

Setting the model''s boundary constraint enabled to false value will let you place the nodes outside of the diagram bounds.

Below is the sample code snippet for your reference.

C#

this.diagram1.Model.BoundaryConstraintEnabled = false;

VB

Me.diagram1.Model.BoundaryConstraintEnabled = false


Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied