Eyeshot 10 WinForms API Reference
ShowFps Property

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : ShowFps Property
Gets or sets the frame per second rate text visibility status.
Syntax
'Declaration
 
Public Property ShowFps As Boolean
public bool ShowFps {get; set;}
Remarks
"WF" stands for WindowsForms"D3D" stands rendererType.Direct3D"OGL" stands rendererType.OpenGL"WPF Native" stands for rendererType.NativeHW stands for Hardware accelerated rendering (OpenGL only)SW stands for Sotware rendering (OpenGL only)
See Also

Reference

ViewportLayout Class
ViewportLayout Members