MTextAttachmentPoint Enumeration
|
Defines the multiline text attachment point.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public enum MTextAttachmentPoint
Public Enumeration MTextAttachmentPoint
public enum class MTextAttachmentPoint
type MTextAttachmentPoint
enum MTextAttachmentPoint
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