OuterGlowBitmapEffect Alternative Without BitmapEf

2020-07-10 03:13发布

问题:

What is a good alternative to OuterGlowBitmapEffect?

Preferably one that can be used in a theme/style and one that can be used without BitmapEffects.

回答1:

The standard Effect library provides a DropShadowEffect that can be set up to look just like an OuterGlowBitmapEffect. The nice thing about this effect is that it is hardware-accelerated (unlike the bitmap effects, which are done in software). To make the DropShadowEffect look like a glow, simply set the ShadowDepth property to 0.



回答2:

Donno if is good or not, I never tested it, I just read about it, check it out here.