08-14-2019, 02:13 PM
You can check various properties on ZoomPanel to see if you are zooming in or out.
One is ZoomFactor - when it is bigger the 1, then you are zooming in.
The other is Viewbox - when its width and height are smaller than 1, then you are zooming in.
To see examples of the values and some other possible properties check the "ZoomPanelDump" sample under ZoomPanel section.
One is ZoomFactor - when it is bigger the 1, then you are zooming in.
The other is Viewbox - when its width and height are smaller than 1, then you are zooming in.
To see examples of the values and some other possible properties check the "ZoomPanelDump" sample under ZoomPanel section.
Andrej Benedik