Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
|
Animations
.TimeRequiredToPlayCurrentAnimation Property
|
|
|
Gets the amount of Time (in seconds) required to play the Current Animation.
NOTE: If no Animation has been played yet, zero is returned.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 1.5.1.0
Syntax
C#
|
public float TimeRequiredToPlayCurrentAnimation { get; }
|
Visual Basic (Declaration)
|
Public ReadOnly Property TimeRequiredToPlayCurrentAnimation As Single
|
Visual C++
|
public:
property float TimeRequiredToPlayCurrentAnimation {
float get ();
}
|
See Also
Animations Class
DPSF Namespace

Send comments on this topic to
|