Skip to content

ACadSharp.Entities.TextEntity.ObliqueAngle

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

ObliqueAngle Property

Specifies the oblique angle of the object.

Definition

Namespace: ACadSharp.Entities.TextEntity

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.

Clone this wiki locally