Gets or sets the amount of time after the stop time that the line will continue to appear. Uses Time Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property PostFadeTime() As Double |
[C#] |
---|
public double PostFadeTime {get; set;} |
[Managed C++] |
---|
public: __property double get_PostFadeTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_PostFadeTime( double * pVal ); public: HRESULT put_PostFadeTime( double PostFadeTime ); |
[Java] |
---|
public double getPostFadeTime(); public void setPostFadeTime( double ); |