Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
Fader.Display.ColorSongFadingOut property 
 
Type
[Visual Basic] 
Public Property ColorSongFadingOut As Color
 
[C#] 
public Color ColorSongFadingOut {get; set;}
 
[C++] 
public: __property Color get_ColorSongFadingOut(); 
public: __property void set_ColorSongFadingOut(Color);
 
 
Remarks
Determines the color of the line representing the song fading-out. 
 
 
See also
FaderDisplay class 
Fader.Display property 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents