Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
.
..CurrentAnimationsNumberOfTimesToPlay Property
|
|
Get / Set the Number of times the Current Animation should Play (it replays when the end of the Animation is reached). Specify a value of zero to have the Animation repeat forever.
NOTE: If no Animation has been set yet, no changes are made when Setting, and -1 is returned when Getting.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public int CurrentAnimationsNumberOfTimesToPlay { get; set; }
|
Visual Basic
|
Public Property CurrentAnimationsNumberOfTimesToPlay As Integer
Get
Set
|
Visual C++
|
public:
property int CurrentAnimationsNumberOfTimesToPlay {
int get ();
void set (int value);
}
|
Property Value
Type: Int32
See Also
Animations Class
Animations Members
DPSF Namespace
Send comments on this topic to
|