ImageGear .NET v24.12 - Updated
DoubleClickThreshold Property (AnnotatorSettings)




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > AnnotatorSettings Class : DoubleClickThreshold Property
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