ImageGear .NET - Updated
Tool Property (Annotator)




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > Annotator Class : Tool Property
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

Reference

Annotator Class
Annotator Members