'Declaration Public Property RiseInDecibel As ImGearXMPReal
'Usage Dim instance As ImGearXMPBeatSpliceStretch Dim value As ImGearXMPReal instance.RiseInDecibel = value value = instance.RiseInDecibel
public ImGearXMPReal RiseInDecibel {get; set;}
public: __property ImGearXMPReal* get_RiseInDecibel(); public: __property void set_RiseInDecibel( ImGearXMPReal* value );
public: property ImGearXMPReal^ RiseInDecibel { ImGearXMPReal^ get(); void set ( ImGearXMPReal^ value); }