Sunday, October 16, 2011

WPF Styling Architecture

What is meant by Style
Features that allow developers and designers to create visually compelling effects and to create a consistent appearance for the product (MSDN).



A convenient way to apply a set of property values to more than one element (MSDN).

Why we need styles


Flexibility



Reduce the amount of core code


Accessibility


Separation of Layout from Content.


 
 
Different Type of Styles
Inline styles.
CSS

WPF Styles Architecture.
 
Complete presentation can be found here.
 
Download sample code here.
 
 
Happy coding

3 comments:

  1. Thanks so much for posting the code & presentation... I enjoyed your session, and thought the code would provide some great examples to get started with!

    ReplyDelete
  2. Hi, nice description about Wpf Architecure styles.Thanks for your help..

    -Aparna
    Theosoft

    ReplyDelete