Gets or sets double click threshold value in milliseconds.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property DoubleClickThreshold As Long
             
        
            
            'Usage
 
Dim instance As AnnotatorSettings
Dim value As Long
 
instance.DoubleClickThreshold = value
 
value = instance.DoubleClickThreshold
             
        
            
            public long DoubleClickThreshold {get; set;}
             
        
            
            public: __property long get_DoubleClickThreshold();
public: __property void set_DoubleClickThreshold( 
   long value
);
             
        
            
            public:
property int64 DoubleClickThreshold {
   int64 get();
   void set (    int64 value);
}
             
        
             
        
            
            
            Property Value
Long value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also