Canvas
- Canvas is a Layout Control that can hold multiple child controls, each positioned explicitly within the Canvas.
- Controls inside a Canvas do NOT resize when the application size changes
- The position of each child control within the Canvas area is set on the child’s properties using: Canvas.Top, Canvas.Botton, Canvas.Left, Canvas.Right.