Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
VUMeter.HasPeaks property 
 
Type
[Visual Basic] 
Public Property HasPeaks As Boolean
 
[C#] 
public bool HasPeaks {get; set;}
 
[C++] 
public: __property bool get_HasPeaks(); 
public: __property void set_HasPeaks(bool);
 
 
Remarks
Determines if the embedded VU-Meter visual feedback will display graphic "peaks" over the "bands". 
 
Supported values are the following: 
Mnemonic value
Meaning
false
No peaks
true (default)
Visible peaks
 
 
See also
VUMeter class. 
DisplayVUMeter property 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents