ImageGear .NET - Updated
Mark Property (ImGearARTFormsMouseEventArgs)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsMouseEventArgs Class : Mark Property
Gets the annotation mark object the mouse pointer is over or null otherwise.
Syntax
'Declaration
 
Public ReadOnly Property Mark As ImGearARTMark
'Usage
 
Dim instance As ImGearARTFormsMouseEventArgs
Dim value As ImGearARTMark
 
value = instance.Mark
public ImGearARTMark Mark {get;}
public: __property ImGearARTMark* get_Mark();
public:
property ImGearARTMark^ Mark {
   ImGearARTMark^ get();
}

Property Value

ImageGear.ART.ImGearARTMark class object.
See Also

Reference

ImGearARTFormsMouseEventArgs Class
ImGearARTFormsMouseEventArgs Members