ZoomPanelNavigatorIsZoomPanelLimitedToMinMaxZoomFactors Property |
Namespace: Ab2d.Controls
It is possible to set the limits of the area that can be visible by the ZoomPanel (limit the zoom in and zoom out). This is set by ViewboxMinSize and ViewboxLimits properties on ZoomPanel.
When IsZoomPanelLimitedToMinMaxZoomFactors is true (by default) the ZoomPanel is limited to the values of the MinZoomFactor and MaxZoomFactor. That means that user cannot zoom in and out on ZoomPanel for more that it is set by the ZoomPanelNavigator.
When IsZoomPanelLimitedToMinMaxZoomFactors is false the user can manually zoom in and out for more that it is specified by the MinZoomFactor and MaxZoomFactor properties.