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