|
     
Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
|
|
.
.CurrentAnimationsNumberOfTimesPlayed Property
|
|
|
Get / Set the Number of times the Current Animation has Played already.
NOTE: If no Animation has been set yet, Get returns -1, and Set doesn't change anything.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 1.5.1.0
Syntax
C#
|
public int CurrentAnimationsNumberOfTimesPlayed { get; set; }
|
Visual Basic (Declaration)
|
Public Property CurrentAnimationsNumberOfTimesPlayed As Integer
|
Visual C++
|
public:
property int CurrentAnimationsNumberOfTimesPlayed {
int get ();
void set (int value);
}
|
See Also
Animations Class
DPSF Namespace

Send comments on this topic to
|