Lesson 24 - Skins in WPF Applications
In the previous lesson, Themes and Styles in C# .NET WPF, we learned how to change the appearance of WPF forms using themes and styles. In today's continuation of this WPF course, we're going to cover "skinning".
Skins
Another method of setting the application's appearance is to use skins. These
are basically similar files (ResourceDictionary
) to those from the
previous lesson on styles, representing a set of property definitions stored in
the resource. The difference is that we don't assign multiple resources styling
various controls, but only assign a single whole resource. It then
contains styles for various controls in the entire application. These
style files can be easily replaced, allowing the application to be customized
with different appearances.
Styles vs. Skins
We had to assign a style to each control separately. We usually followed these steps:
Style Definition -> Resource Definition -> Resource Assignment -> Individual Style Assignment
The illustration below demonstrates using different XAML files for different controls:
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
This WPF tutorial is about changing the form appearance in C# .NET using skins.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.