TextAttachmentDirection Enumeration
|
This enum class represents the text attachment
direction of multileader text.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum TextAttachmentDirection
Public Enumeration TextAttachmentDirection
public enum class TextAttachmentDirection
type TextAttachmentDirection
Members
Member name |
Value |
Description |
AttachmentHorizontal |
0 |
Horizontal. |
AttachmentVertical |
1 |
Vertical. |
See Also