[]
Represents the base class of all Annotation objects.
public abstract class AnnotationBaseText : Annotation, IComponent, IDisposable
Name | Description |
---|---|
AnnotationBaseText() | Default constructor for the AnnotationText object. |
Name | Description |
---|---|
Alignment | Gets or sets the horizontal alignment of the text in the annotation's bounds. |
Font | Gets or sets the font of text. |
Format | Gets the annotation string format. |
LineAligment | Gets or sets the vertical alignment of the text in the annotation's bounds. |
Text | Gets or sets the text of the AnnotationText object. |
TextColor | Gets or sets the text color of text. |