Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
Spectrum.BandWidth property 
 
Type
[Visual Basic] 
Public Property BandWidth As Int16
 
[C#] 
public Int16 BandWidth {get; set;}
 
[C++] 
public: __property Int16 get_BandWidth(); 
public: __property void set_BandWidth(Int16);
 
 
Remarks
Gets/sets the width in pixel of each single band composing the Spectrum visual feedback. 
 
 
 
See also
Spectrum class. 
DisplaySpectrum property 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents