How To Move / Place the Nodes Outside the Diagram Model’s Bounds

16 Dec 20241 minute to read

Setting the model’s BoundaryConstraintsEnabled property to ‘false’, will let you place the nodes outside the bounds of the diagram model.

diagram1.Model.BoundaryConstraintsEnabled = false;
diagram1.Model.BoundaryConstraintsEnabled = False