Opt whether to display the track after the last point's stop time. Otherwise, the track will always be displayed when the current animation time is after the last point's time.
Read-write property
[Visual Basic .NET] |
---|
Public Property UsePostFade() As Boolean |
[C#] |
---|
public bool UsePostFade {get; set;} |
[Managed C++] |
---|
public: __property bool get_UsePostFade(); |
[Unmanaged C++] |
---|
public: HRESULT get_UsePostFade( VARIANT_BOOL * pVal ); public: HRESULT put_UsePostFade( VARIANT_BOOL UsePostFade ); |
[Java] |
---|
public bool getUsePostFade(); public void setUsePostFade( bool ); |