ArcAnnotationView Class Properties
In This Topic
For a list of all properties of this type, see
ArcAnnotationView.
Public Properties
| | Name | Description |
 | Border | Gets or sets a value indicating whether the annotation border is visible. (Inherited from AnnotationView) |
 | Builder | Gets or sets a transformer, which is used for building of annotation. |
 | 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) |
 | 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. (Inherited from AnnotationView) |
 | IsSelected | Gets a value indicating whether the annotation is selected. (Inherited from AnnotationView) |
 | IsVisible | Gets or sets a value indicating whether the annotation is visible. (Inherited from AnnotationView) |
 | 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) |
 | 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) |
 | StartAngle | Gets or sets the starting angle of the arc, which is measured in degrees clockwise from the x-axis. |
 | SweepAngle | Gets or sets the angle between StartAngle and the end of the arc, which is measured in degrees clockwise from the x-axis. |
 | ToolTip | Gets or sets the tooltip associated with the annotation. (Inherited from AnnotationView) |
 | Transformer | Gets or sets a transformer, which is used for transforming (moving/resizing/rotating/...) of annotation. |
 | VerticalMirrored | Gets or sets a value indicating whether the annotation is mirrored vertically. (Inherited from AnnotationView) |
Protected Properties
See Also