ImageGear .NET
ZoomOut Property




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

Property Value

A ImGearZoomOutSettings object.
See Also

Reference

ImGearMouseToolSettings Class
ImGearMouseToolSettings Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback