2015 | OriginalPaper | Chapter
29. WPF Resources, Animations, Styles, and Templates
Published in:
C# 6.0 and the .NET 4.6 Framework
Abstract
This chapter introduces you to three important (and interrelated) topics that will deepen your understanding of the Windows Presentation Foundation (WPF) API. The first order of business is to learn the role of logical resources. As you will see, the logical resource (also known as an object resource) system is a way to name and refer to commonly used objects within a WPF application. While logical resources are often authored in XAML, they can also be defined in procedural code.