Share via


CompressedAnimationSet.SourceTicksPerSecond Property (Microsoft.DirectX.Direct3D)

Retrieves the number of animation keyframe ticks that occur per second.

Definition

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

Property Value

System.Double
Number of animation keyframe ticks per second.

This property is read-only.