ImageGear .NET
ZoomIn Property




Gets or sets an object that provides access to the settings of the zoom in mouse tool.
Syntax
public ImGearZoomInSettings ZoomIn {get; set;}
public: __property ImGearZoomInSettings* get_ZoomIn();
public: __property void set_ZoomIn( 
   ImGearZoomInSettings* value
);
public:
property ImGearZoomInSettings^ ZoomIn {
   ImGearZoomInSettings^ get();
   void set (    ImGearZoomInSettings^ value);
}
'Declaration
 
Public Property ZoomIn As ImGearZoomInSettings
 
'Usage
 
Dim instance As ImGearMouseToolSettings
Dim value As ImGearZoomInSettings
 
instance.ZoomIn = value
 
value = instance.ZoomIn

Property Value

A ImGearZoomInSettings object.
See Also

Reference

ImGearMouseToolSettings Class
ImGearMouseToolSettings Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback