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.
public
bool KeepDrawingAnnotation {get; set;}
'Declaration
Public Property KeepDrawingAnnotation As
Boolean
'Usage
Dim instance As
MedicalViewerBaseCell
Dim value As
Boolean
instance.KeepDrawingAnnotation = value
value = instance.KeepDrawingAnnotation
public:
property
bool KeepDrawingAnnotation {
bool get();
void set (
bool value);
}
Property Value
True to allow the user to draw the annotation again, false to go back to select mode after drawing the first annotation.