ArcAnnotationData Class Properties
In This Topic
For a list of all properties of this type, see
ArcAnnotationData.
Public Properties
| | Name | Description |
 | Border | Gets or sets a value indicating whether the annotation border is visible. (Inherited from AnnotationData) |
 | CanMirror | Gets or sets a value indicating whether the annotation can be mirrored. (Inherited from AnnotationData) |
 | CanMove | Gets or sets a value indicating whether the annotation can be moved. (Inherited from AnnotationData) |
 | CanResize | Gets or sets a value indicating whether the size of annotation can be changed. (Inherited from AnnotationData) |
 | CanRotate | Gets or sets a value indicating whether the annotation can be rotated. (Inherited from AnnotationData) |
 | CanSelect | Gets or sets a value indicating whether the annotation can be selected. (Inherited from AnnotationData) |
 | Comment | Gets or sets the annotation comment. (Inherited from AnnotationData) |
 | CreatedBy | Gets or sets information about the user who created the annotation. (Inherited from AnnotationData) |
 | CreationTime | Gets or sets the creation time of the annotation. (Inherited from AnnotationData) |
 | FillBrush | Gets or sets the background brush of annotation. (Inherited from AnnotationData) |
 | Guid | Gets the unique System.Guid associated with the annotation. (Inherited from AnnotationData) |
 | HorizontalMirrored | Gets or sets a value indicating whether the annotation is mirrored horizontally. (Inherited from AnnotationData) |
 | Intent | Gets or sets intent of the annotation. (Inherited from AnnotationData) |
 | IsDisposed | Gets a value indicating whether the annotation is disposed. (Inherited from AnnotationData) |
 | IsInitializing | Gets a value indicating whether the annotation data is initializing. (Inherited from AnnotationData) |
 | IsVisible | Gets or sets a value indicating whether the annotation is visible. (Inherited from AnnotationData) |
 | Location | Gets or sets the location, in device-independent pixels (1/96th inch), of annotation in the image space. (Inherited from AnnotationData) |
 | ModifiedBy | Gets or sets information about the user who modified the annotation. (Inherited from AnnotationData) |
 | ModifiedTime | Gets or sets the last time this annotation was modified. (Inherited from AnnotationData) |
 | Name | Gets or sets the name of annotation. (Inherited from AnnotationData) |
 | Outline | Gets or sets the style of the annotation's outline. (Inherited from AnnotationData) |
 | Resizeable | Gets a value indicating whether the annotation is resizeable. (Inherited from AnnotationData) |
 | Rotatable | Gets a value indicating whether the annotation is rotatable. (Inherited from AnnotationData) |
 | Rotation | Gets or sets the current amount of rotation, in degrees, for this annotation. |
 | Size | Gets or sets the size, in device-independent pixels (1/96th inch), of the annotation. (Inherited from AnnotationData) |
 | StartAngle | Gets or sets the starting angle of the arc, in degrees, clockwise from the X-axis. |
 | SweepAngle | Gets or sets the angle between StartAngle and the end of the arc, in degrees, clockwise from the X-axis. |
 | ToolTip | Gets or sets the tooltip associated with the annotation. (Inherited from AnnotationData) |
 | VerticalMirrored | Gets or sets a value indicating whether the annotation is mirrored vertically. (Inherited from AnnotationData) |
See Also