ImageGear for .NET
DoubleClickThreshold Property (ImGearAnnotationSettings)




Gets or sets double click threshold value in milliseconds.
Syntax
'Declaration
 
Public Property DoubleClickThreshold As Integer
'Usage
 
Dim instance As ImGearAnnotationSettings
Dim value As Integer
 
instance.DoubleClickThreshold = value
 
value = instance.DoubleClickThreshold
public int DoubleClickThreshold {get; set;}
public: __property int get_DoubleClickThreshold();
public: __property void set_DoubleClickThreshold( 
   int value
);
public:
property int DoubleClickThreshold {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
The default value is 250.
See Also

Reference

ImGearAnnotationSettings Class
ImGearAnnotationSettings Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback