Table of Contents

Property MouseWheelZoomScale

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

MouseWheelZoomScale

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

public double MouseWheelZoomScale { get; set; }

Property Value

double

Examples

For example we set the value in to 1.1.If value set to 1.0 it will do nothing.

vdcanvas.MouseWheelZoomScale = 1.1;