ZoomPanelNavigatorZoomFactor Property |
Namespace: Ab2d.Controls
ZoomFactor gets or sets the ZoomFactor that is applied to ZoomPanel.
When ZoomFactor is 1.0 that means that no zoom is applied to ZoomPanel.
When ZoomFactor is greater than 1.0 the zoom in is applied (content is enlarged).
When ZoomFactor is smaller than 1.0 the zoom out is applied (content is smaller).
The ZoomFactor is controlled by the UsedNavigationSlider. The minimum and maximum values are defined by MinZoomFactor and MaxZoomFactor properties.