Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
Oscilloscope.Type property 
 
Type
[Visual Basic] 
Public Property Type As enumOscillType
 
[C#] 
public enumOscillType Type {get; set;}
 
[C++] 
public: __property enumOscillType get_Type(); 
public: __property void set_Type(enumOscillType);
 
 
Remarks
Determines the type of drawing performed for the embedded Oscilloscope visual feedback. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
OSCILL_TYPE_LINES (default)
0
The oscilloscope line is rendered through contiguous lines
OSCILL_TYPE_DOTS
1
The oscilloscope line is rendered through dots
 
 
See also
Oscilloscope class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents