ImageGear .NET v24.12 - Updated
InteractionArea Property (ImGearRectangleZoomSettings)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearRectangleZoomSettings Class : InteractionArea Property
Gets or sets the interaction area for the rectangle zoom mouse tool.
Syntax
'Declaration
 
Public Property InteractionArea As ImGearInteractionArea
'Usage
 
Dim instance As ImGearRectangleZoomSettings
Dim value As ImGearInteractionArea
 
instance.InteractionArea = value
 
value = instance.InteractionArea
public ImGearInteractionArea InteractionArea {get; set;}
public: __property ImGearInteractionArea get_InteractionArea();
public: __property void set_InteractionArea( 
   ImGearInteractionArea value
);
public:
property ImGearInteractionArea InteractionArea {
   ImGearInteractionArea get();
   void set (    ImGearInteractionArea value);
}

Property Value

ImGearInteractionArea enumeration value.
Remarks
The default value is ImGearInteractionArea.Device, which corresponds to the unlimited device area. You can choose to limit the selection area to the image portion of the page view, or keep it unlimited to the entire device.
See Also

Reference

ImGearRectangleZoomSettings Class
ImGearRectangleZoomSettings Members