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
.
.
::
.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: 1.5.1.0

collapse_allSyntax

C#

public int CurrentAnimationsNumberOfTimesToPlay { getset; }

Visual Basic (Declaration)

Public Property CurrentAnimationsNumberOfTimesToPlay As Integer

Visual C++

public:

property int CurrentAnimationsNumberOfTimesToPlay {

 int get ();

 void set (int value);

}

collapse_allSee Also

Animations Class

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com