Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
Spectrum.ZoomPerc property 
 
Type
[Visual Basic] 
Public Property ZoomPerc As Int16
 
[C#] 
public int16 ZoomPerc {get; set;}
 
[C++] 
public: __property Int16 get_ZoomPerc(); 
public: __property void set_ZoomPerc(Int16);
 
 
Remarks
Determines the height zoom percentage of bands drawn. By default set to 100%, can assume values in the range from 5% to 500% 
 
 
See also
Spectrum class. 
DisplaySpectrum property 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents