ImageGear for .NET
DoubleClickThreshold Property (AnnotatorSettings)




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.
Remarks
The default value is 250.
See Also

Reference

AnnotatorSettings Class
AnnotatorSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback