This question is locked. New answers and comments are not allowed.
I Have some images inside a grid like this <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?
<Image Name="Image"Source="ِAssets/1"/><Border><TextBlock Name="Name"Text="Name"/></Border></Grid>