| Overload | Description | 
|---|---|
| Annotation Constructor() | Initializes a new instance of the Annotation class. | 
| Annotation Constructor(Background) | Initializes a new instance of the Annotation class with a background. Useful when using an image as the annotation. | 
| Annotation Constructor(String) | Initializes a new instance of the Annotation class with text. | 
| Annotation Constructor(String,Annotation) | Initializes a new instance of the Annotation class with text and all the settings of the specified defaultAnnotation. | 
| Annotation Constructor(String,String) | Initializes a new instance of the Annotation class with text and a tool tip. | 
| Annotation Constructor(String,String,String) | Initializes a new instance of the Annotation class with text, tool tip, and a url. | 
 
     
     
     
     
    