'Declaration Property Method As ImGearResampleModes
'Usage Dim instance As IImGearResample Dim value As ImGearResampleModes instance.Method = value value = instance.Method
ImGearResampleModes Method {get; set;}
__property ImGearResampleModes get_Method(); __property void set_Method( ImGearResampleModes value );
property ImGearResampleModes Method { ImGearResampleModes get(); void set ( ImGearResampleModes value); }