Share via


EventDescription.Speed Property (Microsoft.DirectX.Direct3D)

Retrieves the track speed for the event.

Definition

Visual Basic Public ReadOnly Property Speed As Single
C# public float Speed { get; }
C++ public:
property float Speed {
        float get();
}
JScript public function get Speed() : float

Property Value

System.Single
Track speed for the event.

This property is read-only.