Episode
UWP-027 - Canvas and Shapes
While we don't particularly need their services in the remainder of the lessons in this series, no introduction to building user interfaces with the Universal Windows Platform would be complete without discussing absolute positioning layout using the Canvas layout control, and how to position lines, rectangles and ellipses to create geometry-centric elements in our apps. The lesson also demonstrate how to order the shapes (and other XAML controls) on the Z index in a 3D plane.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-027/UWP-027
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
While we don't particularly need their services in the remainder of the lessons in this series, no introduction to building user interfaces with the Universal Windows Platform would be complete without discussing absolute positioning layout using the Canvas layout control, and how to position lines, rectangles and ellipses to create geometry-centric elements in our apps. The lesson also demonstrate how to order the shapes (and other XAML controls) on the Z index in a 3D plane.
Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-027/UWP-027
Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10
Have feedback? Submit an issue here.