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

 

This .NET enum wraps the AcDbMLeaderStyle::TextAlignmentType ObjectARX enum. This enum describes the types of text alignment type.

Visual Basic
Public Enum TextAlignmentType
  LeftAlignment
  CenterAlignment
  RightAlignment
End Enum
C#
public enum TextAlignmentType {
  LeftAlignment,
  CenterAlignment,
  RightAlignment
}
Members
Members 
Description 
LeftAlignment 
Left-justifies text in the MText. 
CenterAlignment 
Centers text in MText. 
RightAlignment 
Right-justifies text in the MText. 
   Comments?