TrackDescription.Speed Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the speed value.
Definition
Visual Basic Public Property Speed As Single C# public float Speed { get; set; } C++ public:
property float Speed {
float get();
void set(float value);
}JScript public function get Speed() : float
public function set Speed(float);
Property Value
System.Single
Speed value.This property is read/write.
Remarks
This value is used as a multiplier to scale a track's period.