ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / Annotator Class / Tool Property




In This Topic
    Tool Property (Annotator)
    In This Topic
    Gets or sets annotation selected tool.
    Syntax
    'Declaration
     
    Public Overridable Property Tool As ImGearARTMarkType
    'Usage
     
    Dim instance As Annotator
    Dim value As ImGearARTMarkType
     
    instance.Tool = value
     
    value = instance.Tool
    public virtual ImGearARTMarkType Tool {get; set;}
    public: __property virtual ImGearARTMarkType get_Tool();
    public: __property virtual void set_Tool( 
       ImGearARTMarkType value
    );
    public:
    virtual property ImGearARTMarkType Tool {
       ImGearARTMarkType get();
       void set (    ImGearARTMarkType value);
    }

    Property Value

    ImageGear.ART.ImGearARTMarkType enumeration value.
    See Also