collapse_all

expand_all

collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
Animations

.

.
::
..CurrentAnimationsNumberOfTimesPlayed Property
gradient

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: 2.5.0.0

collapse_allSyntax

C#

public int CurrentAnimationsNumberOfTimesPlayed { getset; }

Visual Basic

Public Property CurrentAnimationsNumberOfTimesPlayed As Integer

 Get

 Set

Visual C++

public:

property int CurrentAnimationsNumberOfTimesPlayed {

 int get ();

 void set (int value);

}

Property Value

Type: Int32

collapse_allSee Also

Animations Class

Animations Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com