[]
Text bar annotation object
[TypeConverter(typeof())]
public sealed class AnnotationTextBar : Annotation, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable
| Name | Description |
|---|---|
| AnnotationTextBar() | Initializes new instance of object with all properties set to its defaults.
|
| AnnotationTextBar(string) | For internal use only. |
| AnnotationTextBar(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| AnchorPlacement | Gets or sets position of anchor point to stick to layer surface. |
| AnchorPoint | Gets or sets anchor point in coordinate system of the corresponding layer |
| AnnotationClass | Gets annotation type name. |
| Backdrop | Gets or sets background used to fill interior of the text bar. |
| Font | Gets or sets font used to display text on bar. |
| Height | Gets or sets the height of the bar. |
| Line | Get or sets line info used to stroke text bar |
| Name | Gets or sets the name. |
| RotationAngle | Gets or sets rotation angle (in degrees) of bar around anchor point. |
| Text | Gets or sets text string to display on bar. |
| Width | Gets or sets the width of the bar. |
| Name | Description |
|---|---|
| Clone() | This member overrides
|