TranslateZoomRotateBehavior控件具有以下受支持的手势:
除了旋转以外,我想使用所有手势。有没有办法覆盖控件?
答案 0 :(得分:0)
我已经知道了。您只需要从SupportedGestures属性设置多个值:
<i:Interaction.Behaviors>
<ei:TranslateZoomRotateBehavior MaximumScale="3" MinimumScale="1"
SupportedGestures="Scale, Translate" ConstrainToParentBounds="True"/>
</i:Interaction.Behaviors>