ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationSettings Class / IsResetToolEnabled Property




In This Topic
    IsResetToolEnabled Property (ImGearAnnotationSettings)
    In This Topic
    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 ImGearAnnotationSettings
    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