21. Templates

In the last chapter we saw how you can use resources, styles and triggers to simplify defining the appearance and visual behavior of a WPF control, but the basic structure of the elements remained the same—we changed the size and color of a button, and made it move around, but it still looked like a button. In this chapter, we’ll take control of that structure as well by using WPF templates to re-define the visual tree of any FrameworkElement or FrameworkContentElement.

Want your buttons to be triangular? No problem. Does your application really require an oval window? You can make that happen using templates.

We’ll start by examining some fundamental elements you can use to build your new versions of controls, and then we’ll look ...

Get Fluent C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.