Copyright © 2005-2019 MultiMedia Soft

GraphicBarsManager property (RO)

Previous pageReturn to chapter overviewNext page

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.