ImageGear .NET v24.12 - Updated
HotSpot Property




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

Property Value

ImGearARTHotSpot value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members