AnimationSet.Period Property

Language:

Retrieves the period of an animation set.

Definition

Visual Basic Public ReadOnly Property Period As Double
C# public double Period { get; }
C++ public:
property double Period {
        double get();
}
JScript public function get Period() : double

Property Value

System.Double
Animation set period.

This property is read-only. 

Remarks

The period is the range of time in which the animation key frames are valid. For looping animations, this is the period of the loop. The application determines the time units (for example, seconds) in which the key frames are specified.

Applies To

CompressedAnimationSet, KeyframedAnimationSet

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center