Share

TextStyle.ObliquingAngle Property

Description

Returns the text obliquing angle (in radians) currently in use by the TextStyle object. If no obliquing angle has been set, then 0 is returned.

The obliquing angle is the slant of the text from vertical. A positive angle slants the text forward at the top (for non-backwards text).

Visual Basic

Public Property ObliquingAngle() As double

C#

public double ObliquingAngle;

Conditions

Read / Write

Links

TextStyle Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?