Angle Property (ITextStyle) Send Feedback
See Also 
Gets or sets the angle of the TextStyle.

Syntax

Visual Basic 
Property Angle As System.Double
C# 
System.double Angle {get; set;}
JavaScript 
get_Angle () : Number
put_Angle (
   NewVal : Number
)
COM native C++ 
HRESULT get_Angle(
   DOUBLE* Val
) 
HRESULT put_Angle( 
   DOUBLE NewVal
C++ 
DSRESULT get_Angle (
   double* Val
)
DSRESULT put_Angle(
   double NewVal
)

Property Value

Angle (see Remarks)

Remarks

The angle defines the inclination of the characters in relation to the horizontal (x-axis) line.

Values between... Result in an inclination to the...
0 and 84.90

right (forward)

0 and -84.90 left (backwards)

See Also

Availability

DraftSight V1R1.1