I Have some images inside a grid like this
<Grid>
<Image Name="Image"
Source="ِAssets/1"/>
<Border>
<TextBlock Name="Name"
Text="Name"/>
</Border>
</Grid>
How to make each image when the mouse hover over it to increase in size Using VisualStateManager??
I tried style.triggers but it doesn't work because I am working on Universal store app on vs13.
Can Anyone help?