ACadSharp.Tables.TextStyle.ObliqueAngle - DomCR/ACadSharp GitHub Wiki
ObliqueAngle Property
Specifies the oblique angle of the object.
Definition
Namespace: ACadSharp.Tables.TextStyle
C#
DxfCodeValueAttribute
public Double ObliqueAngle { get; set; }
Property Value
Double
Value
The angle in radians within the range of -85 to +85 degrees. A positive angle denotes a lean to the right; a negative value will have 2*PI added to it to convert it to its positive equivalent.