Click or drag to resize

CalloutAnnotation Properties

The CalloutAnnotation type exposes the following members.

Properties
  NameDescription
Public propertyAllowEditing
Gets or sets a value indicating whether [allow editing].
Public propertyAutoSize
Gets or sets a value indicating whether the annotation will automatically resize to fit the text.
Public propertyBounds
Gets the bounding rectangle for the annotation.
(Inherited from AnnotationUI.)
Public propertyCanMirror
Gets or sets a value indicating whether can mirror.
(Inherited from AnnotationUI.)
Public propertyCanMove
Gets or sets a value indicating whether can move.
(Inherited from AnnotationUI.)
Public propertyCanResize
Gets or sets a value indicating whether can resize.
(Inherited from AnnotationUI.)
Public propertyCanRotate
Gets or sets a value indicating whether can rotate.
(Inherited from AnnotationUI.)
Public propertyCanSelect
Gets or sets a value indicating whether can select.
(Inherited from AnnotationUI.)
Public propertyContextMenu
Gets or sets a ContextMenu object that will be displayed when the user right-clicks on the annotation.
(Inherited from AnnotationUI.)
Public propertyContextMenuStrip
Gets or sets a ContextMenuStrip object that will be displayed when the user right-clicks on the annotation.
(Inherited from AnnotationUI.)
Public propertyController
Gets the AnnotationController for this annotation.
(Inherited from AnnotationUI.)
Public propertyCreationTime
Gets or sets the creation time.
(Inherited from AnnotationUI.)
Public propertyData
Gets the AnnotationData object associated with this annotation.
(Inherited from AnnotationUI.)
Public propertyEditMode
Gets or sets a value indicating whether the annotation text is currently in edit mode.
Public propertyFill
Gets or sets the brush used to fill the text area of the annotation.
Public propertyFont
Gets or sets the font used to render the text.
Public propertyFontBrush
Gets or sets the brush used to render the text.
Public propertyGrips
Gets the grips used for the annotation.
(Inherited from AnnotationUI.)
Public propertyHitTestRectangle
Gets a rectangle used for hit testing or RectangleF.Empty to use the default hit testing method.
(Inherited from AnnotationUI.)
Public propertyLeader
Gets or sets the pen used for the line of the annotation.
Public propertyLeaderFlatLength
Gets or sets the length of the leader line to the bend.
Public propertyLocation
Gets or sets the location of the annotation in document space.
(Inherited from AnnotationUI.)
Public propertyModifiedTime
Gets or sets the modification time.
(Inherited from AnnotationUI.)
Public propertyName
Gets or sets the name.
(Inherited from AnnotationUI.)
Public propertyOutline
Gets or sets the pen used to outline the text area of the annotation.
Public propertyParentLayer
Gets or sets the LayerAnnotation that contains this annotation.
(Inherited from AnnotationUI.)
Public propertyRotation
Gets or sets the rotation.
(Inherited from AnnotationUI.)
Public propertySecurity
Gets or sets the security.
(Inherited from AnnotationUI.)
Public propertySelected
Gets or sets a value indicating whether this annotation the selected.
(Inherited from AnnotationUI.)
Public propertySize
Gets or sets the size of the annotation.
(Inherited from AnnotationUI.)
Public propertyState
Gets or sets the current state of the annotation.
(Inherited from AnnotationUI.)
Public propertyTargetPosition
Gets or sets the position on the document the line will point to.
Public propertyText
Gets or sets the text of the annotation.
Public propertyToolTip
Gets or sets the tool tip.
(Inherited from AnnotationUI.)
Public propertyTransform
Gets or sets the transform.
(Inherited from AnnotationUI.)
Public propertyUserName
Gets or sets the name of the user.
(Inherited from AnnotationUI.)
Public propertyVisible
Gets or sets a value indicating whether the annotation is visible.
(Inherited from AnnotationUI.)
Top
See Also