KeepDrawingAnnotation Property

Summary

Gets or sets whether the automation allows the user to draw the same object again or should the automation go directly to select mode after drawing for the first time.

Syntax
C#
VB
C++
public bool KeepDrawingAnnotation { get; set; } 
  
Public Property KeepDrawingAnnotation As Boolean 
            public: 
property bool KeepDrawingAnnotation { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True to allow the user to draw the annotation again, false to go back to select mode after drawing the first annotation.

Remarks

The default value is false.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly