Create a dynamic blend of two images.
Property
| Name |
|---|
| BlurRadius |
| SplitValue |
| PrimaryImageSource |
| SecondaryImageSource |
Example
xml
<dev:BlendedImage SplitValue="50" BlurRadius="100" PrimaryImageSource="ms-appx:///Assets/Others/Image1.jpg"
SecondaryImageSource="ms-appx:///Assets/Others/Image2.jpg"/>
Demo
you can run demo and see this feature.