VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / get_WindowLevelMouseSensitivity Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_WindowLevelMouseSensitivity Method
    In This Topic
    Gets a mouse sensitivity, which must be used for changing the window level of DICOM image.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var value; // Type: number
    value = instance.get_WindowLevelMouseSensitivity();
    
    
    function get_WindowLevelMouseSensitivity() : number;
    

    Return Value

    The mouse sensitivity, which must be used for changing the window level of DICOM image.
    Browser Compatibility
    56+
    45+
    11
    See Also