Click here to Skip to main content
15,886,639 members
Articles / Desktop Programming / WPF

Organizing and Using Low Level Style Elements in WPF Resource Libraries

Rate me:
Please Sign up or sign in to vote.
4.90/5 (4 votes)
6 Apr 2020CPOL10 min read 9.9K   7  
Explains how to set up and use colours, fonts and dimensions for re-usability in WPF applications
A bottom up approach to re-use low level style elements, like colours, margins, widths, heights and fonts to build up a re-usable library with resource dictionaries. Focus is on the low level aspects and on the way you can organize all these elements in a separate library.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired
Netherlands Netherlands
Got an MS degree in Electrical Engineering a long time ago (in the time before Computer Science was invented as something you could study). I have been involved somehow in software development since I created my first Algol 60 program, using punched cards and an IBM360 machine. Now I develop C#/WPF desktop applications, partly for fun, partly to help other people.

Comments and Discussions