[]
Represents the annotation.
public class Annotation : Component, IComponent, IDisposable
Name | Description |
---|---|
Annotation(Border) | Constructor for the annotation object |
Name | Description |
---|---|
_x | Gets or sets the leftmost X coordinate for the annotation. |
Name | Description |
---|---|
Alpha | Gets or sets the alpha channel of the background color |
Annotations | Gets the annotations collection. |
Border | Gets the border object for the annotation object. |
Color | Gets or sets the color used to fill the annotation object. |
Height | Gets or sets the height of the annotation object. |
Width | Gets or sets the width of the annotation object. |
X | Gets or sets X - the leftmost coordinate for the annotation object. |
Y | Gets or sets Y - the topmost coordinate for the annotation object. |
Name | Description |
---|---|
Attach(float, float) | Sets the top leftmost coordinates for the annotation object. |
OnPropertyChanged(string) | Called when the property is changed. |
Refresh() | Updates the display of the annotation object. |
Name | Description |
---|---|
PropertyChanged | Event that occurs when a property is changed. |