Description
Specify whether persistence is to apply in a
forward animation direction only.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property ForwardPersistence() As Boolean
|
[C#] |
public bool ForwardPersistence {get; set;}
|
[Managed C++] |
public: __property bool get_ForwardPersistence();
public: __property void set_ForwardPersistence(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_ForwardPersistence(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ForwardPersistence(
VARIANT_BOOL NewForwardPersistence
);
|
[Java] |
public bool getForwardPersistence();public void setForwardPersistence(
bool
);
|
See Also