Opt whether to display the track before the time of its first point. Otherwise, the track will always be displayed when the current animation time is before the first point's time.
Read-write property
[Visual Basic .NET] |
---|
Public Property UsePreFade() As Boolean |
[C#] |
---|
public bool UsePreFade {get; set;} |
[Managed C++] |
---|
public: __property bool get_UsePreFade(); |
[Unmanaged C++] |
---|
public: HRESULT get_UsePreFade( VARIANT_BOOL * pVal ); public: HRESULT put_UsePreFade( VARIANT_BOOL UsePreFade ); |
[Java] |
---|
public bool getUsePreFade(); public void setUsePreFade( bool ); |