 | MTextAttachmentPoint Enumeration |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the multiline text attachment point.
Namespace:
netDxf.Entities
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
Members|
| Member name | Value | Description |
|---|
| TopLeft | 1 |
Top left.
|
| TopCenter | 2 |
Top center.
|
| TopRight | 3 |
Top right.
|
| MiddleLeft | 4 |
Middle left.
|
| MiddleCenter | 5 |
Middle center.
|
| MiddleRight | 6 |
Middle right.
|
| BottomLeft | 7 |
Bottom left.
|
| BottomCenter | 8 |
Bottom center.
|
| BottomRight | 9 |
Bottom right.
|
See Also