June 2013
Intermediate to advanced
624 pages
20h 56m
English
This chapter covers
In previous chapters, you’ve learned how to display information on the screen, how to position it, and how to make it pretty. Those are all important skills to master to be an effective XAML developer or designer. What comes next is adding interaction both with the user and with data.
The first approach that most developers use when confronted with a new UI language or markup is to assign property values from code using simple control.property = value assignments. This is certainly familiar territory, but it doesn’t leverage the power of the platform. ...