How To Move / Place the Nodes Outside the Diagram Model’s Bounds
18 Nov 20181 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