09-06-2021, 03:20 PM
Hi,
I am using a Zoom control with the following properties set:
ZoomMode="Move"
Stretch="None"
Viewbox="0 0 1 1"
ViewboxLimits="0 0 1 1"
ViewboxMinSize="0.1 0.1"
IsViewboxLimited="True"
IsTouchRotateEnabled="False"
All works fine until the very final part of the zoom when zooming out. If there are for example 10 zoom outs in total until the zoom out maximum level is reached, zooms 1 to 9 zoom correctly but the last zoom 10, the image inside the canvas in the zoom panel loses its Aspect Ratio?
I am using a Zoom control with the following properties set:
ZoomMode="Move"
Stretch="None"
Viewbox="0 0 1 1"
ViewboxLimits="0 0 1 1"
ViewboxMinSize="0.1 0.1"
IsViewboxLimited="True"
IsTouchRotateEnabled="False"
All works fine until the very final part of the zoom when zooming out. If there are for example 10 zoom outs in total until the zoom out maximum level is reached, zooms 1 to 9 zoom correctly but the last zoom 10, the image inside the canvas in the zoom panel loses its Aspect Ratio?