Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
GraphicBarsManager property (RO) 
 
Type
[Visual Basic] 
Public Property GraphicBarsManager As GraphicBarsMan
 
[C#] 
public GraphicBarsMan GraphicBarsManager {get;}
 
[C++] 
public: __property GraphicBarsMan* get_GraphicBarsManager ();
 
This property is Read-only 
 
 
Remarks
The Graphic Bars Manager object is used to create custom graphic bars like VU-Meter bars, Spectrum bars and Progress bars. 
 
This property encapsulates the functionality of the GraphicBarsMan class. 
For a tutorial about the use of the Graphic Bars Manager refer to the How to perform custom feedbacks rendering using graphic bars section.
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents