Public Enum TextAttachmentDirection AttachmentHorizontal AttachmentVertical End Enum
public enum TextAttachmentDirection {
AttachmentHorizontal,
AttachmentVertical
}
This .NET enum wraps the ObjectARX enum AcDbMLeaderStyle::TextAttachmentDirection.