[WPF] Creating parameterized styles with attached properties

added by tom103
10/1/2011 4:25:12 AM

308 Views

This article describes a simple technique to create styles that support small variations without duplicating the style.


1 comments

dpeterson
10/3/2011 9:05:30 AM
Very nice, bookmarking this for future reference. I wish there was a way to do it without having to involve code, some type of template variables in XAML...but I don't think any such thing exists at this time.