使用 Tap 手势创建图像后,当在图像上“点击”时,它会启动“GestureListener_Tap”。但是,用户体验很差,因为当用户点击图像时,图像不会“缩进”或看起来像按下...
请问有人知道该怎么做吗?
<Image Source="images/Forex 1 Icons_62.png" Stretch="None" Margin="0,500,0,0">
<toolkit:GestureService.GestureListener>
<toolkit:GestureListener Tap="GestureListener_Tap" />
</toolkit:GestureService.GestureListener>
</Image>