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