This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
6a01bc6e 55c2 0b13 aea1 d539206fb9c3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines the multiline text attachment point.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum MTextAttachmentPoint
VB
Public Enumeration MTextAttachmentPoint
C++
public enum class MTextAttachmentPoint
F#
type MTextAttachmentPoint
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. |