API Reference > OdDb Classes > OdDbMLeaderStyle Class > OdDbMLeaderStyle Enumerations > OdDbMLeaderStyle::TextAngleType Enumeration
OdDbMLeaderStyle::TextAngleType Enumeration
Syntax
C++
enum TextAngleType { kInsertAngle = 0, kHorizontalAngle = 1, kAlwaysRightReadingAngle = 2 };

DbMLeaderStyle.h

Members 
Description 
kInsertAngle = 0 
Text angle is specified according to the angle of the last leader line segment. 
kHorizontalAngle = 1 
Text is unconditionally horizontal. 
kAlwaysRightReadingAngle = 2 
Text angle is specified according to the angle of the last leader line segment, and text is always oriented right side up to be readable. 

Enumeration for the text angle type of MLeader text.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.