AnimationSet.Period Property (Microsoft.DirectX.Direct3D)
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