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