ImageGear .NET v24.12 - Updated
RectangleZoom Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearMouseToolSettings Class : 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