Description
This .NET enum wraps the ObjectARX enum AcDbMLeaderStyle::TextAttachmentDirection.
C#
public enum TextAttachmentDirection { AttachmentHorizontal, AttachmentVertical }
Visual Basic
Public Enum TextAttachmentDirection AttachmentHorizontal AttachmentVertical End Enum