This .NET class wraps the AcDbMLeaderStyle::TextAngleType ObjectARX class.
This enum describes the types of text angle type.
Public Enum TextAngleType InsertAngle HorizontalAngle AlwaysRightReadingAngle End Enum
public enum TextAngleType { InsertAngle, HorizontalAngle, AlwaysRightReadingAngle }
|
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? |