Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
Oscilloscope.ColorBackground property 
 
Remarks 
 
Determines the color of the Oscilloscope background. 
 
 
Syntax 
 
[Visual Basic] 
Public Function get_ColorBackground
nPlayerIndex as Int16 
) as Color 
 
Public Sub set_ColorBackground
nPlayerIndex as Int16, 
color as Color 
)
 
[C#] 
public Color get_ColorBackground
Int16 nPlayerIndex 
); 
 
public void set_ColorBackground
Int16 nPlayerIndex
Color color 
);
 
[C++] 
public: Color get_ColorBackground
Int16 nPlayerIndex 
); 
 
public: void set_ColorBackground
Int16 nPlayerIndex, 
Color color 
);
 
 
 
Parameter
Description
 
 
nPlayerIndex
Number representing the zero-based index of the player that will use the Oscilloscope
color
The new color to apply
 
 
See also 
 
Oscilloscope class. 
DisplayOscilloscope property 
How to use the embedded Visual Feedbacks section. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents