Gets or sets a value indicating whether the annotator tool should be reset to mark selector after creating a chosen annotation.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property IsResetToolEnabled As Boolean
             
        
            
            'Usage
 
Dim instance As AnnotatorSettings
Dim value As Boolean
 
instance.IsResetToolEnabled = value
 
value = instance.IsResetToolEnabled
             
        
            
            public bool IsResetToolEnabled {get; set;}
             
        
            
            public: __property bool get_IsResetToolEnabled();
public: __property void set_IsResetToolEnabled( 
   bool value
);
             
        
            
            public:
property bool IsResetToolEnabled {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
Boolean value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also