June 2013
Intermediate to advanced
624 pages
20h 56m
English
Chapter 1. Hello, Modern Windows
Listing 1.1. Code for the Tweet class in the Model folder
Chapter 4. XAML
Listing 4.1. XAML showing a hierarchy of nested objects
Listing 4.2. Namespaces in XAML
Listing 4.3. Specifying a property value inline using an XML attribute
Listing 4.4. Specifying a property value using property element syntax
Listing 4.5. A more complex example of the property element syntax
Listing 4.6. Dependency property precedence rules in practice
Listing 4.7. Attached properties in use
Listing 4.8. XAML with nested elements
Listing 4.9. The code-behind that does the actual processing