ImageGear .NET - Updated
Mark Property (ImGearARTDroppedAttributeEventArgs)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTDroppedAttributeEventArgs Class : Mark Property
Gets the annotation mark object whose attribute was dropped.
Syntax
'Declaration
 
Public ReadOnly Property Mark As ImGearARTMark
'Usage
 
Dim instance As ImGearARTDroppedAttributeEventArgs
Dim value As ImGearARTMark
 
value = instance.Mark
public ImGearARTMark Mark {get;}
public: __property ImGearARTMark* get_Mark();
public:
property ImGearARTMark^ Mark {
   ImGearARTMark^ get();
}

Property Value

ImGearARTMark class object.
See Also

Reference

ImGearARTDroppedAttributeEventArgs Class
ImGearARTDroppedAttributeEventArgs Members