I am creating a custom Window form using Blend. (by setting AllowTransparency
to True
)
I\'ve finished the design and it works
Ok I found the answer. ( With some help from this page )
First of all, Set the window's AllowTransparency
to True
. Then change it's Background
to No Brush
Lets say you have something like this: (Ignore the Rectangle and Borders)
Then change the Grid's Background
to White color. Now click on your Window and Add about 15 pixels to its width and height.
And change the Shadow settings:
Now you can see the shadow :)
I think you got the idea how this is working. Remember you can still play around with the Window height/weight and the Shadow settings to get a better effect.