Description
Returns the X scale factor currently in use by the TextStyle object. The X scale factor is applied to the character cell widths as each character is drawn to allow the width to be adjusted independently of the height. For example, if the xScale value is 0.8, then each character will be drawn at 80% of its normal "unadjusted" width.
Visual Basic
Public Property XScale() As double
C#
public double XScale;
Conditions
Read / Write
Links
TextStyle Class, Autodesk.AutoCAD.GraphicsInterface Namespace