Share

TextStyle.TrackingPercent Property

Description

Returns the tracking percent in use by the TextStyle object. The value may be between 0.75 and 4.0. The tracking percent is a factor applied to the distance between the starting points of successive characters. A value of 1.0 indicates that the characters have no spacing adjustment (that is, they are spaced based only on the character definitions in the font file).

Visual Basic

Public Property TrackingPercent() As double

C#

public double TrackingPercent;

Conditions

Read / Write

Links

TextStyle Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?