Click or drag to resize

WpfAnnotationCanvasActiveAnnotation Property

Gets or sets the annotation that is currently active.

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 WpfAnnotationUI ActiveAnnotation { get; set; }

Property Value

Type: WpfAnnotationUI
The active annotation or null (Nothing in VB) if there is no active annotation.
See Also