wieslawsoltes / PanAndZoom

Pan and zoom control for Avalonia.
http://wieslawsoltes.github.io/PanAndZoom/
MIT License
345 stars 45 forks source link

CurrentZoom and CurrentPan Property to bind variables to and set them from ViewModel #75

Closed johmarjac closed 9 months ago

johmarjac commented 12 months ago

Can we add CurrentZoom and CurrentPan property to ZoomBorder so we can bind both to properties in ViewModel and set them by code?

JMND3v commented 2 months ago

Same problem here. I would like to bind a Slider for the Zoom, but can't do that.