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; }
Public Property ActiveAnnotation As WpfAnnotationUI
Get
Set
Property Value
Type:
WpfAnnotationUIThe active annotation or null (Nothing in VB) if there is no active annotation.
See Also