DicomObjects.NET.8.48 Documentation
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 System.Boolean
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Boolean
     
    instance.VSync = value
     
    value = instance.VSync
    public System.bool VSync {get; set;}
    public read-write property VSync: System.Boolean; 
    public function get,set VSync : System.boolean
    public: __property System.bool get_VSync();
    public: __property void set_VSync( 
       System.bool value
    );
    public:
    property System.bool VSync {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also