Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
Waveform.ColorBackground property 
 
Type
[Visual Basic] 
Public Property ColorBackground As Color
 
[C#] 
public Color ColorBackground {get; set;}
 
[C++] 
public: __property Color get_ColorBackground(); 
public: __property void set_ColorBackground(Color);
 
 
Remarks
Determines the color of the Waveform background. 
 
 
See also
Waveform class. 
DisplayWaveform property 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents