ImageGear .NET v25.2 - Updated
Mark Property (ImGearARTMarkEventArgs)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTMarkEventArgs Class : Mark Property
Gets the mark in which the event fired.
Syntax
'Declaration
 
Public ReadOnly Property Mark As ImGearARTMark
'Usage
 
Dim instance As ImGearARTMarkEventArgs
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 value.
Remarks
A copy of the mark that was removed is returned if the MarkRemoved event fired.
See Also

Reference

ImGearARTMarkEventArgs Class
ImGearARTMarkEventArgs Members

Is this page helpful?
Yes No
Thanks for your feedback.