Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
DisplayWaveform property (RO) 
 
Type
[Visual Basic] 
Public Property DisplayWaveform As Waveform
 
[C#] 
public Waveform DisplayWaveform {get;}
 
[C++] 
public: __property Waveform* get_DisplayWaveform ();
 
This property is Read-only
 
 
Remarks
The embedded Waveform display object (Visual Feedback). 
 
This property encapsulates the functionality of the Waveform class. 
 
For details about using Visual Feedbacks refer to the How to use embedded Visual Feedbacks section
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents