ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearMouseToolSettings Class / RectangleZoom Property




In This Topic
    RectangleZoom Property
    In This Topic
    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