ImageGear for .NET
Mark Property (ImGearMarkCreatingEventArgs)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback