Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In Chapter 8 I showed you how to move elements around the screen in response to touch by altering transform objects set to the RenderTransform property. You can also move elements around a Canvas by setting the Left and Top attached properties in code.
Here’s a simple program called TouchCanvas. A Canvas hosts three Ellipse elements colored red, green, and blue: