[]
Line annotation object, may connect to other annotations
[TypeConverter(typeof())]
public sealed class AnnotationLine : Annotation, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable
| Name | Description |
|---|---|
| AnnotationLine() | Initializes a new instance of the AnnotationLine class. |
| AnnotationLine(string) | For internal use only. |
| AnnotationLine(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| AnnotationClass | Gets annotation type name. |
| EndConnection | Gets or sets object to connect end point to.
|
| EndConnectionIndex | Gets or sets index of anchor point of destination annotation to connect end point to. |
| EndPoint | Gets or sets end point of line. Is not used if end of line is connected to another annotation. |
| Line | Get or sets line info used to draw this annotation. |
| Name | Gets or sets the Name of annotation line. |
| StartConnection | Gets or sets object to connect start point to.
|
| StartConnectionIndex | Gets or sets index of anchor point of destination annotation to connect start point to. |
| StartPoint | Get or sets start point of line. Is not used if start of line is connected to another annotation |
| Name | Description |
|---|---|
| Clone() | This member overrides
|
| ToString() | Returns a string that represents this instance. |