Framework.FPS Property (FPS)

Retrieves the number of frames per second the application is currently running.

Definition

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

Property Value

System.Single
The number of frames per second the application is currently running.

This property is read-only. 
Show: