Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
Oscilloscope.LineWidth property 
 
Type
[Visual Basic] 
Public Property LineWidth As Int16
 
[C#] 
public Int16 LineWidth {get; set;}
 
[C++] 
public: __property Int16 get_LineWidth(); 
public: __property void set_LineWidth(Int16);
 
 
Remarks
Determines the width in pixels of the Oscilloscope line. 
 
 
See also
Oscilloscope class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents