Click or drag to resize

ZoomMouseToolZoomChangePercentage Property

Gets or sets the percentage to change the zoom for each mouse click.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double ZoomChangePercentage { get; set; }

Property Value

Type: Double
The percentage to change the zoom for each mouse click. This value defaults to 0.2.
Remarks
When there is a click event, the Zoom property will be changed by adding or subtracting the ZoomChangePercentage multiplied by the current zoom level.
See Also