←Select platform

InteractiveZoomPercent Property

Summary

Gets or sets the percentage that the property will change when one of the zoom interactive modes is used.

Syntax

C#
VB
C++
public int InteractiveZoomPercent { get; set; } 
  
Public Property InteractiveZoomPercent As Integer 
public: 
property int InteractiveZoomPercent { 
   int get(); 
   void set (    int ); 
} 

Property Value

The percentage that the ScaleFactor property will change when one of the ImageViewerMouseInteractiveMode zoom interactive modes is used.

Remarks

Default value is 25, minimum value is 1 and maximum value is 99.

Example

Refer to OpenImageUrl(string)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly