Apply Styles in WPF
Windows Presentation Foundation (WPF) provides that capability to radically change the appearance and functionality of a user interface element via property system. Styles in WPF provide the capability to separate the property settings that affect an element from the element itself. With styles, one can define blocks of property settings that can be applied to one or more elements. Learning to use styles can not only provide a separation of the element and the properties affecting its appearance and behavior, but allow code to be read more easily. In this presentation Todd Miranda provides a look at creating and applying styles in WPF.
Author: Todd Miranda