Contents Introduction .................................................................xix Overview.......................................................................... xix What this Book Includes................................................
■Chapter 1: Introducing WPF ............................................................................................................... 1 The Evolution of Windows Graphics .........................................................................
using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Media3D; using System.Windows.Media.Effects; namespace WPFDemo { public partial class Rot