Gets or sets the value that determine whether to use the relative sensitivity feature or not.
Syntax
Visual Basic (Declaration) | |
---|
Public Property RelativeSensitivity As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MedicalViewerWindowLevel
Dim value As Boolean
instance.RelativeSensitivity = value
value = instance.RelativeSensitivity
|
C# | |
---|
public bool RelativeSensitivity {get; set;} |
C++/CLI | |
---|
public:
property bool RelativeSensitivity {
bool get();
void set (bool value);
} |
Return Value
true to use the relative sensitivity feature, false otherwise.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also