| JsPropertiesExtractor | Send comments on this topic. |
| MouseWheelZoomScale Property | |
| See Also Example | |
|
| vdWebLibrary Namespace > vdrawObj Class : MouseWheelZoomScale Property |
| JScript | |
|---|---|
public function get,set MouseWheelZoomScale : double | |
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; | |