How to apply multiple effect on same element

Firoz picture Firoz · Nov 26, 2009 · Viewed 7.3k times · Source

How can i set mulitple effect like(shadow and blur) on same element.

Answer

David Hollinshead picture David Hollinshead · Dec 1, 2009

See Using Effects in WPF (Part 2) by Greg Schechter where one can simply nest Decorators like a Border and put a different Effects on each.