ImageGear .NET v24.12 - Updated
IsResetToolEnabled Property (AnnotatorSettings)




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > AnnotatorSettings Class : IsResetToolEnabled Property
Gets or sets a value indicating whether the annotator tool should be reset to mark selector after creating a chosen annotation.
Syntax
'Declaration
 
Public Property IsResetToolEnabled As Boolean
'Usage
 
Dim instance As AnnotatorSettings
Dim value As Boolean
 
instance.IsResetToolEnabled = value
 
value = instance.IsResetToolEnabled
public bool IsResetToolEnabled {get; set;}
public: __property bool get_IsResetToolEnabled();
public: __property void set_IsResetToolEnabled( 
   bool value
);
public:
property bool IsResetToolEnabled {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
The default value is true.
See Also

Reference

AnnotatorSettings Class
AnnotatorSettings Members