ImageGear .NET v24.12 - Updated
Image Property (ImGearARTMarkTemplates)




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

Property Value

ImGearARTImage value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members