Gets or sets the value that represents whether to detect the nudge modification type.
public
bool AutoDetect {get; set;}
'Declaration
Public Property AutoDetect As
Boolean
'Usage
Dim instance As
MedicalViewerNudgeTool
Dim value As
Boolean
instance.AutoDetect = value
value = instance.AutoDetect
public:
property
bool AutoDetect {
bool get();
void set (
bool value);
}
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