How to apply multiple effect on same element
effects, styles, wpf, wpf-controls
Solution
See Using Effects in WPF (Part 2) by Greg Schechter where one can simply nest `Decorators` like a `Border` and put a different `Effect`s on each.
Problem
How can i set mulitple effect like(shadow and blur) on same element.