DropShadowEffect Above & Below
-
How can I create a drop shadow effect all around an element?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
How can I create a drop shadow effect all around an element?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
Have you tried using a DropShadowEffect[^]? NB: Avoid the
DropShadowBitmapEffect
, which has been obsolete since .NET Framework 4 because it was so slow.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Have you tried using a DropShadowEffect[^]? NB: Avoid the
DropShadowBitmapEffect
, which has been obsolete since .NET Framework 4 because it was so slow.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Sorry, I should have given more info. Here's what I have so far:
This puts the drop shadow along the top. I'd like it both at the top and bottom
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
Sorry, I should have given more info. Here's what I have so far:
This puts the drop shadow along the top. I'd like it both at the top and bottom
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
Try setting the
ShadowDepth
to0
and playing with theBlurRadius
instead.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer