ImageGear .NET v24.12 - Updated
IsDoubleClick Property




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorCreateMarkData Class : IsDoubleClick Property
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

Reference

ImGearAnnotatorCreateMarkData Class
ImGearAnnotatorCreateMarkData Members