Share

TextStyleTableRecord.XScale Property

Description

This property returns the width factor (also referred to as the relative X-scale factor) for the TextStyleTableRecord.

The widthFactor is applied to the text's width to allow the width to be adjusted independently of the height. For example, if the widthFactor value is 0.8, then the text is drawn with a width that is 80% of its normal "unadjusted" width.

Visual Basic

Public Property XScale() As double

C#

public double XScale;

Conditions

Read / Write

Links

TextStyleTableRecord Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?