ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationSettings Class / DoubleClickThreshold Property




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