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




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