Share

MText.Descent Property

Description

Accesses the height of the maximum descender for the last line of the text. This value can be used with the MText.Ascent property to help align multiple MText objects in a table or grid.

Visual Basic

Public Property Descent() As double

C#

public double Descent;

Conditions

Read-only

Links

MText Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?