Gets or sets whether the visibility test is performed during the form rendering.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public static bool EnableVisibilityTest { get; set; } |
Field Value
trueTruetruetrue (True in Visual Basic) whether the visibility test is performed, otherwise falseFalsefalsefalse (False in Visual Basic).
Remarks
The visibility test speed up the computer, when the application is in the background and the window is not visible. If your application is still visible, the visibility test can decrease the frame rate.