%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
MouseWheelZoomScale Property
See Also  Example
vdWebLibrary Namespace > vdrawObj Class : MouseWheelZoomScale Property
Get/Set the zooming scale used when zooming with the mouse wheel.Set this value under 1.0 to inverse the mouse wheel operation.Default value is 1.2

Syntax

JScript 
public function get,set MouseWheelZoomScale : double

Example

For example we set the value in to 1.1.If value set to 1.0 it will do nothing.
C#Copy Code
vdcanvas.MouseWheelZoomScale = 1.1;

See Also