Copyright © 2005-2019 MultiMedia Soft

Fader.FadeOutEnabled property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property FadeOutEnabled As Boolean


 

[C#]

public bool FadeOutEnabled {get; set;}


 

[C++]

public: __property bool get_FadeOutEnabled();

public: __property void set_FadeOutEnabled(bool);


 

 

Remarks

Boolean value that determines if the fade-out is enabled: when disabled, the volume of the song fading-out will decrease immediately to its minimum.

 

adjstudnet_i000044

 

 

See also

FaderObject class

Fader property

How to use the Automatic Fader section.