
Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
.
..CurrentAnimationID Property
|
|
Get / Set the Current Animation being used. The Animation is started at its beginning.
NOTE: If an invalid Animiation ID is given when Setting, the Animation will not be changed.
NOTE: If an Animation has not beeng set yet when Getting, -1 is returned.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public int CurrentAnimationID { get; set; }
|
Visual Basic
|
Public Property CurrentAnimationID As Integer
Get
Set
|
Visual C++
|
public:
property int CurrentAnimationID {
int get ();
void set (int value);
}
|
Property Value
Type: Int32
See Also
Animations Class
Animations Members
DPSF Namespace

Send comments on this topic to
|