ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTMarkTemplates Class / HotSpot Property




In This Topic
    HotSpot Property
    In This Topic
    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