Controls whether updates to the the display are synchronised to the refresh rate when using DirectX mode.
public bool VSync {get; set;}
public:
property bool VSync {
bool get();
void set ( bool value);
}
'Declaration
Public Property VSync As Boolean
'Usage
Dim instance As DicomViewer
Dim value As Boolean
instance.VSync = value
value = instance.VSync
Target Platforms: .NET CLR 4.0 or higher