Framework.FrameStats Property (FrameStats)

Retrieves a string containing the current number of frames per second, resolution, back buffer format, and depth stencil format.

Definition

Visual Basic Public ReadOnly Property FrameStats As String
C# public string FrameStats { get; }
C++ public:
property StringLeave Site^ FrameStats {
        StringLeave Site^ get();
}
JScript public function get FrameStats() : String

Property Value

System.String
A string containing the current number of frames per second, resolution, back buffer format, and depth stencil format.

This property is read-only. 
Show: