←Select platform

RelativeSensitivity Property

Summary

Gets or sets the value that determines whether to use the relative sensitivity feature.

Syntax

C#
VB
C++
public bool RelativeSensitivity { get; set; } 
  
Public Property RelativeSensitivity As Boolean 
             
            public: 
property bool RelativeSensitivity { 
   bool get(); 
   void set (    bool ); 
} 
             

Property Value

true to use the relative sensitivity feature; otherwise, false.

Remarks
  • The relative sensitivity is a feature that allows the control to adjust the window level action mouse sensitivity based on the image lookup table type. This raises the sensitivity level on the images with relatively large lookup tables in order to achieve smoother results.
Example

For an example, refer to MedicalViewerWindowLevel Constructor

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly