Copyright © 2005-2019 MultiMedia Soft
Fader.FadeInEnabled property
Type
[Visual Basic]
Public Property FadeInEnabled As Boolean
[C#]
public bool FadeInEnabled {get; set;}
[C++]
public: __property bool get_FadeInEnabled();
public: __property void set_FadeInEnabled(bool);
Remarks
Boolean value that determines if the fade-in is enabled: when disabled, the volume of the song fading-in will increase immediately to its maximum.
See also
FaderObject class
Fader property
How to use the Automatic Fader section.