This is a migrated thread and some comments may be shown as answers.

[Solved] Change image size By hover usnig VisualStateManager XAML

0 Answers 99 Views
UI for Universal Windows Apps
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Eslam
Top achievements
Rank 1
Eslam asked on 19 Feb 2015, 05:51 PM
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?
Tags
UI for Universal Windows Apps
Asked by
Eslam
Top achievements
Rank 1
Share this question
or