ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Art Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotatorCreateMarkData Class / IsDoubleClick Property




In This Topic
    IsDoubleClick Property
    In This Topic
    Gets or sets a value indicating whether or not the mouse was double clicked.
    Syntax
    'Declaration
     
    Public Property IsDoubleClick As Boolean
    'Usage
     
    Dim instance As ImGearAnnotatorCreateMarkData
    Dim value As Boolean
     
    instance.IsDoubleClick = value
     
    value = instance.IsDoubleClick
    public bool IsDoubleClick {get; set;}
    public: __property bool get_IsDoubleClick();
    public: __property void set_IsDoubleClick( 
       bool value
    );
    public:
    property bool IsDoubleClick {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also