xaml - Add blur background in Windows Phone applications -


How can I add a blur background to my Windows Phone application with some transparency?

I first two alpha number can create transparent'm using opacity property background or hexa color code # Air Ffffff but I have no way to add blur to any panel I can find Is there a way or work around?

The blur effect is not supported from the box on Silverlight. It is possible with

this

upon loading your image into a writeable bitmap wb , you can get the blurred version like this Are:

  var Wb2 = writeable bitmap extension. Convolt (wb, writeable bitmap extension. Kernellogianblur3x3);    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -