ImageGear .NET v24.12 - Updated
Mark Property (ImGearMarkCreatingEventArgs)




ImageGear24.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