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