AnnotationController Properties |
The AnnotationController type exposes the following members.
Name | Description | |
---|---|---|
ActiveAnnotation | Gets or sets the currently selected annotation. | |
AnnotationConfinement | Gets or sets the annotation confinement used to keep annotations within a specific area of the control.
| |
ClipToDocument | Gets or sets a value indicating whether the annotation rendering is clipped to the document bounds.
| |
CreateMouseButton | Gets or sets the mouse button used for creating annotations. | |
CurrentLayer | Gets or sets the current active layer. | |
DefaultSecurity | Gets or sets the default security used for new annotations. | |
Factories | Gets the AnnotationUIFactoryCollection containing IAnnotationUIFactory objects
used to create annotations from AnnotationData classes. | |
InteractMode | Gets or sets a value specifying the user interactive mode of the AnnotationController.
| |
IsDirty | Gets a value indicating whether the annotations have been modified since the last load or save. | |
Layers | Gets or sets the LayerCollection used by the AnnotationController.
| |
MultiSelectKey | Gets or sets the key held down to select multiple annotations. | |
Parent | Gets or sets the IAnnotate parent control where the annotations will be rendered. | |
RotationSnapInterval | Gets or sets the interval used for snapping interactive rotation to degrees. This is used to help users when rotating an annotation, making it easier to stop at whole degrees. The snap area is determined by the RotationSnapThreshold property. | |
RotationSnapThreshold |
Gets or sets the amount of deviation from the RotationSnapInterval
that will be used to snap to the rotation interval.
| |
SelectedAnnotations | Gets an array of annotations currently selected. | |
Site | Gets or sets the site of the control. | |
SmoothingMode | Gets or sets the smoothing mode used when drawing annotations. | |
ToolTip | Gets or sets the tooltip control used for annotation tooltips. | |
UndoManager | Gets the AnnotationUndoManager used by the controller. | |
WaitingToCreate | Gets a value indicating whether the AnnotationController is waiting for the user to create
an annotation with the mouse. |