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



In This Topic
    VSync Property
    In This Topic
    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
    public bool VSync {get; set;}
    public:
    property bool VSync {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also