Click or drag to resize

AnnotationController.WaitingToCreate Property

Gets a value indicating whether the AnnotationController is waiting for the user to create an annotation with the mouse.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool WaitingToCreate { get; }

Property Value

Type: Boolean
A value indicating if the AnnotationController is ready to create a new annotation.
Remarks

This property will return true between the time CreateAnnotation(AnnotationUI) is called and the user begins to create the annotation.

To cancel out of 'create' mode call the ExitCreateMode() method.

See Also