DicomObjects.NET.V8
DicomObjects Namespace / DicomViewer Class / VSync Property



    VSync Property
    Controls whether updates to the the display are synchronised to the refresh rate when using DirectX mode.
    Syntax
    'Declaration
     
    Public Property VSync As Boolean
     
    'Usage
     
    Dim instance As DicomViewer
    Dim value As Boolean
     
    instance.VSync = value
     
    value = instance.VSync
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also