使用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>
答案 0 :(得分:0)
我只是猜测更新的将图像用作按钮,大部分时间我将图像包裹在按钮内,然后你得到效果,因为它是一个按钮。也许您必须将图像和效果添加到toolkit:TiltEffect.IsTiltEnabled
,或者您需要以困难的方式执行此操作并为图像创建新状态并在用户手动点击图像时更改状态。