AutoDetect Property

Summary

Gets or sets the value that represents whether to detect the nudge modification type.

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

Property Value

true to make nudge tool expand the region if the cursor is inside the region, and shrink if outside, false to always nudge or shrink regarding the cursor position

Example

For an example, refer to MedicalViewerNudgeTool

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly