ImageGear .NET - Updated October 26, 2017
DoubleClickThreshold Property (AnnotatorSettings)




ImageGear23.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

Property Value

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

Reference

AnnotatorSettings Class
AnnotatorSettings Members