Click or drag to resize

WpfAnnotationCanvasWaitingToCreate Property

Gets a value indicating whether the WpfAnnotationCanvas is waiting for the user to create an annotation.

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

Property Value

Type: Boolean
Indicates whether we are waiting for the user to create an annotation.
Remarks
The ExitCreateMode method can be used to break out of creation mode.
See Also