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

 

This .NET class wraps the AcDbMLeaderStyle::TextAngleType ObjectARX class. 

 

This enum describes the types of text angle type.

Visual Basic
Public Enum TextAngleType
  InsertAngle
  HorizontalAngle
  AlwaysRightReadingAngle
End Enum
C#
public enum TextAngleType {
  InsertAngle,
  HorizontalAngle,
  AlwaysRightReadingAngle
}
Members
Members 
Description 
InsertAngle 
The direction of text is according to the last leaderline segment. 
HorizontalAngle 
The direction of text is always horizontal. 
AlwaysRightReadingAngle 
The direction of text is according to the last leaderline segment and text is always right-side up. 
   Comments?