AnnotationControllerActiveAnnotation Property |
Gets or sets the currently selected annotation.
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 AnnotationUI ActiveAnnotation { get; set; }
Public Property ActiveAnnotation As AnnotationUI
Get
Set
Property Value
Type:
AnnotationUI The active annotation being used.
Remarks An annotation becomes active when the user selects it using the mouse. When multiple annotations are
selected the ActiveAnnotation will be the last annotation selected by the user.
See Also