Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
Fader property (RO) 
 
Type
[Visual Basic] 
Public Property Fader As FaderObject
 
[C#] 
public FaderObject Fader {get;}
 
[C++] 
public: __property FaderObject* get_Fader ();
 
This property is Read-only
 
 
Remarks
The embedded Automatic Fader object. 
This property encapsulates the functionality of the FaderObject class. 
For details about using the Automatic Fader refer to the How to use the Automatic Fader section
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents