Copyright © 2005-2019 MultiMedia Soft

DisplayWaveformScroller property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property DisplayWaveformScroller As WaveformScroller


 

[C#]

public WaveformScroller DisplayWaveformScroller {get;}


 

[C++]

public: __property WaveformScroller* get_DisplayWaveformScroller ();


 

This property is Read-only

 

 

Remarks

The embedded Waveform scroller display object.

This property encapsulates the functionality of the WaveformScroller class.

For a tutorial about the use of Waveform scrollers refer to the How to scroll the sound's waveform during playback tutorial.