ImageGear .NET
RectangleZoom Property




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

Property Value

A ImGearRectangleZoomSettings object.
See Also

Reference

ImGearMouseToolSettings Class
ImGearMouseToolSettings Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback