DicomObjects.NET.8.48 Documentation
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 System.Boolean
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Boolean
     
    instance.VSync = value
     
    value = instance.VSync
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also