Enum Text.AlignMode
Vertical alignement of the text.
Namespace: CADability.GeoObject
Assembly: CADability.dll
Syntax
public enum AlignMode
Fields
| Name | Description |
|---|---|
| Baseline | Location specifies the position of the baseline of the text. |
| Bottom | Location specifies the bottom position of the textbox. |
| Center | Location specifies the center position of the textbox. |
| Top | Location specifies the top position of the textbox. |