Framework.FrameStats Property (FrameStats)
Retrieves a string containing the current number of frames per second, resolution, back buffer format, and depth stencil format.
Visual Basic Public ReadOnly Property FrameStats As String C# public string FrameStats { get; } C++ public:
property String^ FrameStats {
String^ get();
}JScript public function get FrameStats() : String
System.String
This property is read-only.
A string containing the current number of frames per second, resolution, back buffer format, and depth stencil format.
Show:
