Skip to content

ACadSharp.Entities.MText.Rotation

Albert Domenech edited this page Apr 29, 2025 · 3 revisions

Rotation Property

Specifies the rotation angle for the object.

Remarks

The rotation is only valid if the is set to the Z axis.

Definition

Namespace: ACadSharp.Entities.MText

C#

DxfCodeValueAttribute
public Double Rotation { get; }

Property Value

Double

Value

The rotation angle in radians.

Clone this wiki locally