'Declaration Public Property ZoomIn As ImGearZoomInSettings
'Usage Dim instance As ImGearMouseToolSettings Dim value As ImGearZoomInSettings instance.ZoomIn = value value = instance.ZoomIn
public ImGearZoomInSettings ZoomIn {get; set;}
public: __property ImGearZoomInSettings* get_ZoomIn(); public: __property void set_ZoomIn( ImGearZoomInSettings* value );
public: property ImGearZoomInSettings^ ZoomIn { ImGearZoomInSettings^ get(); void set ( ImGearZoomInSettings^ value); }