Autodesk.AutoCAD.DatabaseServices Namespace > TextAttachmentDirection Enumeration
Autodesk.AutoCAD.DatabaseServices.TextAttachmentDirection Enumeration   
Description

 

This .NET enum wraps the ObjectARX enum AcDbMLeaderStyle::TextAttachmentDirection.

Visual Basic
Public Enum TextAttachmentDirection
  AttachmentHorizontal
  AttachmentVertical
End Enum
C#
public enum TextAttachmentDirection {
  AttachmentHorizontal,
  AttachmentVertical
}
   Comments?