/// <summary> /// Arranges <see cref="Note"/> controls within the bounds of the canvas. /// </summary> public void ConstrainNotesToCanvas() { CanvasControl.ConstrainNotesToCanvas(); }