| | Name | Description |
 | BlendingMode | Gets or sets the blending mode of the annotation. (Inherited from LineAnnotationViewBase) |
 | Border | Gets or sets a value indicating whether the annotation border is visible. (Inherited from AnnotationView) |
 | Builder | Gets or sets a transformer used for building of annotation. (Inherited from AnnotationView) |
 | CanMirror | Gets or sets a value indicating whether the annotation can be mirrored. (Inherited from AnnotationView) |
 | CanMove | Gets or sets a value indicating whether the annotation can be moved. (Inherited from AnnotationView) |
 | CanResize | Gets or sets a value indicating whether the size of the annotation can be changed. (Inherited from AnnotationView) |
 | CanRotate | Gets or sets a value indicating whether the annotation can be rotated. (Inherited from AnnotationView) |
 | CanSelect | Gets or sets a value indicating whether the annotation can be selected. (Inherited from AnnotationView) |
 | ContextMenuStrip | Gets or sets the System.Windows.Forms.ContextMenuStrip associated with the annotation. (Inherited from AnnotationView) |
 | CreatedBy | Gets or sets information about the user who created the annotation. (Inherited from AnnotationView) |
 | CreationTime | Gets or sets the creation time of annotation. (Inherited from AnnotationView) |
 | Data | Gets the annotation data. (Inherited from AnnotationView) |
 | FillBrush | Gets or sets the background brush of annotation. (Inherited from AnnotationView) |
 | GripMode | Gets or sets the grip mode of annotation. (Inherited from LineAnnotationViewBase) |
 | HorizontalMirrored | Gets or sets a value indicating whether the annotation is mirrored horizontally. (Inherited from AnnotationView) |
 | Intent | Gets or sets intent of the annotation. (Inherited from AnnotationView) |
 | InteractionController | Gets or sets an interaction controller of annotation view. (Inherited from AnnotationView) |
 | IsBuilding | Gets a value indicating whether the annotation is building. (Inherited from AnnotationView) |
 | IsDisposed | Gets a value indicating whether this annotation has been disposed of. (Inherited from AnnotationView) |
 | IsReadyForDrawing | Gets a value indicating whether this annotation is ready for drawing, for example, line annotation has points. |
 | IsSelected | Gets a value indicating whether the annotation is selected. (Inherited from AnnotationView) |
 | IsTextOverflowed | Gets a value indicating whether text area is overflowed. (Inherited from TextAnnotationDataBaseView) |
 | IsVisible | Gets or sets a value indicating whether the annotation is visible. (Inherited from AnnotationView) |
 | LineStyle | Gets or sets the style of line. (Inherited from LinesAnnotationView) |
 | LineStylePatternSize | Gets or sets the size of the line style pattern. (Inherited from LinesAnnotationView) |
 | Location | Gets or sets the location, in device-independent pixels (1/96th inch), of annotation in the image space. (Inherited from AnnotationView) |
 | ModifiedBy | Gets or sets information about the user who modified the annotation. (Inherited from AnnotationView) |
 | ModifiedTime | Gets or sets the last time this annotation was modified. (Inherited from AnnotationView) |
 | Name | Gets or sets the name of annotation. (Inherited from AnnotationView) |
 | Outline | Gets or sets the style of the annotation's outline. (Inherited from AnnotationView) |
 | Points | Gets a AnnotationPointCollection containing the points of annotation. (Inherited from LineAnnotationViewBase) |
 | PointTransformer | Gets or sets a transformer used for transforming of points of the annotation when GripMode is set to GripMode.Points. (Inherited from LineAnnotationViewBase) |
 | RectangularTransformer | Gets or sets a transformer used for transforming of points of the annotation when GripMode is set to GripMode.Rectangular. (Inherited from LineAnnotationViewBase) |
 | Rotation | Gets or sets the current amount of rotation, in degrees, for this annotation. (Inherited from AnnotationView) |
 | SelectionBrush | Gets or sets the System.Drawing.Brush that used for filling of annotation's selection. (Inherited from AnnotationView) |
 | SelectionPen | Gets or sets the System.Drawing.Pen that used for drawing of annotation's selection. (Inherited from AnnotationView) |
 | Size | Gets or sets the size, in device-independent pixels (1/96th inch), of the annotation. (Inherited from AnnotationView) |
 | StartPointIndexes | Gets the indices (in point collection returning by Points property), which define start points of graphics paths in this annotation. |
 | TextBoxTransformer | Gets the text box transformer. (Inherited from TextAnnotationDataBaseView) |
 | TextBoxTransformerEnabled | Gets or sets a value indicating whether the TextBoxTransformer is enabled. (Inherited from TextAnnotationDataBaseView) |
 | TextProperties | Gets or sets the text properties. (Inherited from TextAnnotationDataBaseView) |
 | TextTransformer | Gets a transformer for this TextAnnotationDataBaseView that provides a System.Windows.Forms.RichTextBox for the annotation text editing. (Inherited from TextAnnotationDataBaseView) |
 | ToolTip | Gets or sets the tooltip associated with the annotation. (Inherited from AnnotationView) |
 | Transformer | Gets or sets a transformer used for transforming (moving/resizing/rotating/...) of the annotation. (Inherited from AnnotationView) |
 | UseBoundingBoxAsMoveArea | Gets or sets a value indicating whether transformer must use the move area with contour, which is equal to the contour of annotation's bounding box. (Inherited from LineAnnotationViewBase) |
 | UseInterpolation | Gets or sets a value indicating whether lines of annotation must be drawn with interpolation. (Inherited from LinesAnnotationView) |
 | VerticalMirrored | Gets or sets a value indicating whether the annotation is mirrored vertically. (Inherited from AnnotationView) |