ImageGear PDF v25.2 - Updated
Mark Property (ImGearMarkCreatingEventArgs)




ImageGear.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearMarkCreatingEventArgs Class : Mark Property
Gets or sets the mark in which the event fired.
Syntax
'Declaration
 
Public Property Mark As ImGearARTMark
'Usage
 
Dim instance As ImGearMarkCreatingEventArgs
Dim value As ImGearARTMark
 
instance.Mark = value
 
value = instance.Mark
public ImGearARTMark Mark {get; set;}
public: __property ImGearARTMark* get_Mark();
public: __property void set_Mark( 
   ImGearARTMark* value
);
public:
property ImGearARTMark^ Mark {
   ImGearARTMark^ get();
   void set (    ImGearARTMark^ value);
}

Property Value

ImGearARTMark value.
Remarks
If this property is modified or set, the specified mark will be added.
See Also

Reference

ImGearMarkCreatingEventArgs Class
ImGearMarkCreatingEventArgs Members

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