ImageGear .NET v24.12 - Updated
ImageReference Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : ImageReference Property
Gets or sets an Image Reference mark to be used as a template when creating Image marks using the mouse.
Syntax
'Declaration
 
Public Property ImageReference As ImGearARTImageRef
'Usage
 
Dim instance As ImGearARTMarkTemplates
Dim value As ImGearARTImageRef
 
instance.ImageReference = value
 
value = instance.ImageReference
public ImGearARTImageRef ImageReference {get; set;}
public: __property ImGearARTImageRef* get_ImageReference();
public: __property void set_ImageReference( 
   ImGearARTImageRef* value
);
public:
property ImGearARTImageRef^ ImageReference {
   ImGearARTImageRef^ get();
   void set (    ImGearARTImageRef^ value);
}

Property Value

ImGearARTImageRef value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members