ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / AnnotatorSettings Class / DoubleClickThreshold Property




In This Topic
    DoubleClickThreshold Property (AnnotatorSettings)
    In This Topic
    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