DisplayVSync Property

CVB.Net Documentation
Enable or disable the VSync mode. VSync mode enabled means that painting of the display contents is synchronized to the Monitor's VSync signal. This helps suppress display artifacts that may appear if the ratio of your camera's speed and the display rate is unfavorable. However, VSync mode will also reduce the maximum achievable frame rate.

Namespace:  Stemmer.Cvb.Forms.Controls
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

[DefaultValueAttribute(false)]
public bool VSync { get; set; }

Property Value

Type: Boolean
Remarks

Use this flag sparsely! Setting this property on more than one Display per UI thread will deadlock your application! Note that setting this property to true will only have an effect if DirectDraw is being used.
See Also

Reference