'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); }