Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
VUMeter.ColorPeaks property 
 
Type
[Visual Basic] 
Public Property ColorPeaks As Color
 
[C#] 
public Color ColorPeaks {get; set;}
 
[C++] 
public: __property Color get_ColorPeaks(); 
public: __property void set_ColorPeaks(Color);
 
 
Remarks
Determines the VU-Meter "peaks" color. 
 
 
See also
VUMeter class. 
DisplayVUMeter property 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents