wpfwpf-controlsstyleseffects

How to apply multiple effect on same element


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


Solution

  • 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.